Html Css Color HEX #67145C Palatinate Purple

📋 copy color: '#67145C'

red 103 ◦ green 20 ◦ blue 92

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

Shades of Palatinate Purple #67145C

Tints of Palatinate Purple #67145C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.3%

 BLUE value IS 92 (36.33% from 255) = 42.79%

R = 47.91%
G = 9.3%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.60

RGB Variations

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

Color information

#67145C (or 0x67145C) is known color: Palatinate Purple. HEX triplet: 67, 14 and 5C. RGB value is (103,20,92). Sum of RGB (Red+Green+Blue) = 103+20+92=215 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.91% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 103 - color contains mainly: red. Hex color #67145C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67145C is #98EBA3. Grayscale: #343434. Windows color (decimal): -10021796 or 6034535. OLE color: 6034535.

HSL color Cylindrical-coordinate representation of color #67145C: hue angle of 307.95º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #67145C is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 20 92 -
CMYK 0 0.81 0.11 0.60
HSL 307.95º 0.67% 0.24% -
HSV(B) 307.95º 0.81% 0.4% -
XYZ 7.78 4.16 10.52 -
YUV 53.03 150 163.65 -
System Red Green Blue C M Y K H S L
Decimal 103 20 92 0 0.81 0.11 0.60 307.95 0.67 0.24
Hex 67 14 5C 0 51 B 3C 134 43 18
Octal 147 24 134 0 121 13 74 464 103 30
Binary 1100111 10100 1011100 0 1010001 1011 111100 100110100 1000011 11000

Color Harmonies of #67145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67145C

Black with #67145C

Text Example


Text Example

White with #67145C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67145C; }

 p { color: rgb(103,20,92); }

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

background-color css

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

 a { background-color: rgb(103,20,92); }

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

border-color css

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

 span { border-color: rgb(103,20,92); }

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