Html Css Color HEX #67096C Purple

📋 copy color: '#67096C'

red 103 ◦ green 9 ◦ blue 108

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

Shades of Purple #67096C

Tints of Purple #67096C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.09%

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

R = 46.82%
G = 4.09%
B = 49.09%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#67096C (or 0x67096C) is known color: Purple. HEX triplet: 67, 09 and 6C. RGB value is (103,9,108). Sum of RGB (Red+Green+Blue) = 103+9+108=220 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.82% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #67096C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67096C is #98F693. Grayscale: #303030. Windows color (decimal): -10024596 or 7080295. OLE color: 7080295.

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

Color convert

RGB 103 9 108 -
CMYK 0.05 0.92 0 0.58
HSL 296.97º 0.85% 0.23% -
HSV(B) 296.97º 0.92% 0.42% -
XYZ 8.4 4.16 14.55 -
YUV 48.39 161.64 166.95 -
System Red Green Blue C M Y K H S L
Decimal 103 9 108 0.05 0.92 0 0.58 296.97 0.85 0.23
Hex 67 9 6C 5 5C 0 3A 129 55 17
Octal 147 11 154 5 134 0 72 451 125 27
Binary 1100111 1001 1101100 101 1011100 0 111010 100101001 1010101 10111

Color Harmonies of #67096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67096C

Black with #67096C

Text Example


Text Example

White with #67096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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