Html Css Color HEX #67115C Palatinate Purple

📋 copy color: '#67115C'

red 103 ◦ green 17 ◦ blue 92

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

Shades of Palatinate Purple #67115C

Tints of Palatinate Purple #67115C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.02%

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

R = 48.58%
G = 8.02%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.60

RGB Variations

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

Color information

#67115C (or 0x67115C) is known color: Palatinate Purple. HEX triplet: 67, 11 and 5C. RGB value is (103,17,92). Sum of RGB (Red+Green+Blue) = 103+17+92=212 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.58% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 103 - color contains mainly: red. Hex color #67115C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67115C is #98EEA3. Grayscale: #333333. Windows color (decimal): -10022564 or 6033767. OLE color: 6033767.

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

Color convert

RGB 103 17 92 -
CMYK 0 0.83 0.11 0.60
HSL 307.67º 0.72% 0.24% -
HSV(B) 307.67º 0.83% 0.4% -
XYZ 7.73 4.06 10.5 -
YUV 51.26 150.99 164.9 -
System Red Green Blue C M Y K H S L
Decimal 103 17 92 0 0.83 0.11 0.60 307.67 0.72 0.24
Hex 67 11 5C 0 53 B 3C 134 48 18
Octal 147 21 134 0 123 13 74 464 110 30
Binary 1100111 10001 1011100 0 1010011 1011 111100 100110100 1001000 11000

Color Harmonies of #67115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67115C

Black with #67115C

Text Example


Text Example

White with #67115C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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