Html Css Color HEX #673862 Palatinate Purple

📋 copy color: '#673862'

red 103 ◦ green 56 ◦ blue 98

#673862
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #673862

Tints of Palatinate Purple #673862

RGB

 RED value IS 103 (40.63% from 255) = 40.08%

 GREEN value IS 56 (22.27% from 255) = 21.79%

 BLUE value IS 98 (38.67% from 255) = 38.13%

R = 40.08%
G = 21.79%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.60

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#673862 (or 0x673862) is known color: Palatinate Purple. HEX triplet: 67, 38 and 62. RGB value is (103,56,98). Sum of RGB (Red+Green+Blue) = 103+56+98=257 (34% of max value = 765). Red value is 103 (40.62% from 255 or 40.08% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 103 - color contains mainly: red. Hex color #673862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673862 is #98C79D. Grayscale: #4A4A4A. Windows color (decimal): -10012574 or 6436967. OLE color: 6436967.

HSL color Cylindrical-coordinate representation of color #673862: hue angle of 306.38º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #673862 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 56 98 -
CMYK 0 0.46 0.05 0.60
HSL 306.38º 0.3% 0.31% -
HSV(B) 306.38º 0.46% 0.4% -
XYZ 9.21 6.59 12.34 -
YUV 74.84 141.07 148.08 -
System Red Green Blue C M Y K H S L
Decimal 103 56 98 0 0.46 0.05 0.60 306.38 0.3 0.31
Hex 67 38 62 0 2E 5 3C 132 1E 1F
Octal 147 70 142 0 56 5 74 462 36 37
Binary 1100111 111000 1100010 0 101110 101 111100 100110010 11110 11111

Color Harmonies of #673862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673862

Black with #673862

Text Example


Text Example

White with #673862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673862; }

 p { color: rgb(103,56,98); }

 H1.HeaderClassName
 {
   color: #673862;
 }
 .AnyTagClassName
 {
   color: #673862;
 }
</style>

background-color css

<style>
 a { background-color: #673862; }

 a { background-color: rgb(103,56,98); }

 div.DivClassName
 {
   background-color: #673862;
 }
 .BgClassName
 {
   background-color: #673862;
 }
</style>

border-color css

<style>
 span { border-color: #673862; }

 span { border-color: rgb(103,56,98); }

 td.TdClassName
 {
   border-color: #673862;
 }
 .TagClassName
 {
   border-color: #673862;
 }
</style>