Html Css Color HEX #67156C Palatinate Purple

📋 copy color: '#67156C'

red 103 ◦ green 21 ◦ blue 108

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

Shades of Palatinate Purple #67156C

Tints of Palatinate Purple #67156C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.05%

 BLUE value IS 108 (42.58% from 255) = 46.55%

R = 44.4%
G = 9.05%
B = 46.55%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#67156C (or 0x67156C) is known color: Palatinate Purple. HEX triplet: 67, 15 and 6C. RGB value is (103,21,108). Sum of RGB (Red+Green+Blue) = 103+21+108=232 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.40% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 108 - color contains mainly: blue. Hex color #67156C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67156C is #98EA93. Grayscale: #373737. Windows color (decimal): -10021524 or 7083367. OLE color: 7083367.

HSL color Cylindrical-coordinate representation of color #67156C: hue angle of 296.55º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #67156C is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 103 21 108 -
CMYK 0.05 0.81 0 0.58
HSL 296.55º 0.67% 0.25% -
HSV(B) 296.55º 0.81% 0.42% -
XYZ 8.57 4.5 14.6 -
YUV 55.44 157.67 161.93 -
System Red Green Blue C M Y K H S L
Decimal 103 21 108 0.05 0.81 0 0.58 296.55 0.67 0.25
Hex 67 15 6C 5 51 0 3A 129 43 19
Octal 147 25 154 5 121 0 72 451 103 31
Binary 1100111 10101 1101100 101 1010001 0 111010 100101001 1000011 11001

Color Harmonies of #67156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67156C

Black with #67156C

Text Example


Text Example

White with #67156C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,21,108); }

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

background-color css

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

 a { background-color: rgb(103,21,108); }

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

border-color css

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

 span { border-color: rgb(103,21,108); }

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