Html Css Color HEX #67425E Palatinate Purple

📋 copy color: '#67425E'

red 103 ◦ green 66 ◦ blue 94

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

Shades of Palatinate Purple #67425E

Tints of Palatinate Purple #67425E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.1%

 BLUE value IS 94 (37.11% from 255) = 35.74%

R = 39.16%
G = 25.1%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#67425E (or 0x67425E) is known color: Palatinate Purple. HEX triplet: 67, 42 and 5E. RGB value is (103,66,94). Sum of RGB (Red+Green+Blue) = 103+66+94=263 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.16% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 103 - color contains mainly: red. Hex color #67425E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67425E is #98BDA1. Grayscale: #505050. Windows color (decimal): -10010018 or 6177383. OLE color: 6177383.

HSL color Cylindrical-coordinate representation of color #67425E: hue angle of 314.59º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #67425E is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 66 94 -
CMYK 0 0.36 0.09 0.60
HSL 314.59º 0.22% 0.33% -
HSV(B) 314.59º 0.36% 0.4% -
XYZ 9.56 7.59 11.55 -
YUV 80.26 135.76 144.22 -
System Red Green Blue C M Y K H S L
Decimal 103 66 94 0 0.36 0.09 0.60 314.59 0.22 0.33
Hex 67 42 5E 0 24 9 3C 13B 16 21
Octal 147 102 136 0 44 11 74 473 26 41
Binary 1100111 1000010 1011110 0 100100 1001 111100 100111011 10110 100001

Color Harmonies of #67425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67425E

Black with #67425E

Text Example


Text Example

White with #67425E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67425E; }

 p { color: rgb(103,66,94); }

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

background-color css

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

 a { background-color: rgb(103,66,94); }

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

border-color css

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

 span { border-color: rgb(103,66,94); }

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