Html Css Color HEX #67096A Purple

📋 copy color: '#67096A'

red 103 ◦ green 9 ◦ blue 106

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

Shades of Purple #67096A

Tints of Purple #67096A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 48.62%

R = 47.25%
G = 4.13%
B = 48.62%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#67096A (or 0x67096A) is known color: Purple. HEX triplet: 67, 09 and 6A. RGB value is (103,9,106). Sum of RGB (Red+Green+Blue) = 103+9+106=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 106 (41.80% from 255 or 48.62% from 218); Max value from RGB is 106 - color contains mainly: blue. Hex color #67096A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67096A is #98F695. Grayscale: #2F2F2F. Windows color (decimal): -10024598 or 6949223. OLE color: 6949223.

HSL color Cylindrical-coordinate representation of color #67096A: hue angle of 298.14º degrees, saturation: 0.84, 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 #67096A is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 103 9 106 -
CMYK 0.03 0.92 0 0.58
HSL 298.14º 0.84% 0.23% -
HSV(B) 298.14º 0.92% 0.42% -
XYZ 8.29 4.12 13.99 -
YUV 48.16 160.64 167.11 -
System Red Green Blue C M Y K H S L
Decimal 103 9 106 0.03 0.92 0 0.58 298.14 0.84 0.23
Hex 67 9 6A 3 5C 0 3A 12A 54 17
Octal 147 11 152 3 134 0 72 452 124 27
Binary 1100111 1001 1101010 11 1011100 0 111010 100101010 1010100 10111

Color Harmonies of #67096A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67096A

Black with #67096A

Text Example


Text Example

White with #67096A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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