Html Css Color HEX #67115F Palatinate Purple

📋 copy color: '#67115F'

red 103 ◦ green 17 ◦ blue 95

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

Shades of Palatinate Purple #67115F

Tints of Palatinate Purple #67115F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 44.19%

R = 47.91%
G = 7.91%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#67115F (or 0x67115F) is known color: Palatinate Purple. HEX triplet: 67, 11 and 5F. RGB value is (103,17,95). Sum of RGB (Red+Green+Blue) = 103+17+95=215 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.91% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 103 - color contains mainly: red. Hex color #67115F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67115F is #98EEA0. Grayscale: #333333. Windows color (decimal): -10022561 or 6230375. OLE color: 6230375.

HSL color Cylindrical-coordinate representation of color #67115F: hue angle of 305.58º 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 #67115F is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 17 95 -
CMYK 0 0.83 0.08 0.60
HSL 305.58º 0.72% 0.24% -
HSV(B) 305.58º 0.83% 0.4% -
XYZ 7.86 4.11 11.21 -
YUV 51.61 152.49 164.66 -
System Red Green Blue C M Y K H S L
Decimal 103 17 95 0 0.83 0.08 0.60 305.58 0.72 0.24
Hex 67 11 5F 0 53 8 3C 132 48 18
Octal 147 21 137 0 123 10 74 462 110 30
Binary 1100111 10001 1011111 0 1010011 1000 111100 100110010 1001000 11000

Color Harmonies of #67115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67115F

Black with #67115F

Text Example


Text Example

White with #67115F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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