Html Css Color HEX #674462 Palatinate Purple

📋 copy color: '#674462'

red 103 ◦ green 68 ◦ blue 98

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

Shades of Palatinate Purple #674462

Tints of Palatinate Purple #674462

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.28%

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

R = 38.29%
G = 25.28%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#674462 (or 0x674462) is known color: Palatinate Purple. HEX triplet: 67, 44 and 62. RGB value is (103,68,98). Sum of RGB (Red+Green+Blue) = 103+68+98=269 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.29% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 103 - color contains mainly: red. Hex color #674462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674462 is #98BB9D. Grayscale: #515151. Windows color (decimal): -10009502 or 6440039. OLE color: 6440039.

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

Color convert

RGB 103 68 98 -
CMYK 0 0.34 0.05 0.60
HSL 308.57º 0.2% 0.34% -
HSV(B) 308.57º 0.34% 0.4% -
XYZ 9.87 7.9 12.56 -
YUV 81.89 137.1 143.06 -
System Red Green Blue C M Y K H S L
Decimal 103 68 98 0 0.34 0.05 0.60 308.57 0.2 0.34
Hex 67 44 62 0 22 5 3C 135 14 22
Octal 147 104 142 0 42 5 74 465 24 42
Binary 1100111 1000100 1100010 0 100010 101 111100 100110101 10100 100010

Color Harmonies of #674462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674462

Black with #674462

Text Example


Text Example

White with #674462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674462; }

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

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

background-color css

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

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

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

border-color css

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

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

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