Html Css Color HEX #67116D Palatinate Purple

📋 copy color: '#67116D'

red 103 ◦ green 17 ◦ blue 109

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

Shades of Palatinate Purple #67116D

Tints of Palatinate Purple #67116D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 47.6%

R = 44.98%
G = 7.42%
B = 47.6%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#67116D (or 0x67116D) is known color: Palatinate Purple. HEX triplet: 67, 11 and 6D. RGB value is (103,17,109). Sum of RGB (Red+Green+Blue) = 103+17+109=229 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.98% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #67116D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67116D is #98EE92. Grayscale: #343434. Windows color (decimal): -10022547 or 7147879. OLE color: 7147879.

HSL color Cylindrical-coordinate representation of color #67116D: hue angle of 296.09º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #67116D is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 103 17 109 -
CMYK 0.06 0.84 0 0.57
HSL 296.09º 0.73% 0.25% -
HSV(B) 296.09º 0.84% 0.43% -
XYZ 8.55 4.39 14.86 -
YUV 53.2 159.49 163.52 -
System Red Green Blue C M Y K H S L
Decimal 103 17 109 0.06 0.84 0 0.57 296.09 0.73 0.25
Hex 67 11 6D 6 54 0 39 128 49 19
Octal 147 21 155 6 124 0 71 450 111 31
Binary 1100111 10001 1101101 110 1010100 0 111001 100101000 1001001 11001

Color Harmonies of #67116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67116D

Black with #67116D

Text Example


Text Example

White with #67116D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67116D; }

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

 H1.HeaderClassName
 {
   color: #67116D;
 }
 .AnyTagClassName
 {
   color: #67116D;
 }
</style>

background-color css

<style>
 a { background-color: #67116D; }

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

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

border-color css

<style>
 span { border-color: #67116D; }

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

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