Html Css Color HEX #67185B Palatinate Purple

📋 copy color: '#67185B'

red 103 ◦ green 24 ◦ blue 91

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

Shades of Palatinate Purple #67185B

Tints of Palatinate Purple #67185B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.01%

 BLUE value IS 91 (35.94% from 255) = 41.74%

R = 47.25%
G = 11.01%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#67185B (or 0x67185B) is known color: Palatinate Purple. HEX triplet: 67, 18 and 5B. RGB value is (103,24,91). Sum of RGB (Red+Green+Blue) = 103+24+91=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 103 - color contains mainly: red. Hex color #67185B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67185B is #98E7A4. Grayscale: #373737. Windows color (decimal): -10020773 or 5970023. OLE color: 5970023.

HSL color Cylindrical-coordinate representation of color #67185B: hue angle of 309.11º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #67185B is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 24 91 -
CMYK 0 0.77 0.12 0.60
HSL 309.11º 0.62% 0.25% -
HSV(B) 309.11º 0.77% 0.4% -
XYZ 7.81 4.29 10.31 -
YUV 55.26 148.17 162.05 -
System Red Green Blue C M Y K H S L
Decimal 103 24 91 0 0.77 0.12 0.60 309.11 0.62 0.25
Hex 67 18 5B 0 4D C 3C 135 3E 19
Octal 147 30 133 0 115 14 74 465 76 31
Binary 1100111 11000 1011011 0 1001101 1100 111100 100110101 111110 11001

Color Harmonies of #67185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67185B

Black with #67185B

Text Example


Text Example

White with #67185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67185B; }

 p { color: rgb(103,24,91); }

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

background-color css

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

 a { background-color: rgb(103,24,91); }

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

border-color css

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

 span { border-color: rgb(103,24,91); }

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