Html Css Color HEX #67006E Purple

📋 copy color: '#67006E'

red 103 ◦ green 0 ◦ blue 110

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

Shades of Purple #67006E

Tints of Purple #67006E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 110 (43.36% from 255) = 51.64%

R = 48.36%
G = 0%
B = 51.64%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#67006E (or 0x67006E) is known color: Purple. HEX triplet: 67, 00 and 6E. RGB value is (103,0,110). Sum of RGB (Red+Green+Blue) = 103+0+110=213 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.36% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 110 (43.36% from 255 or 51.64% from 213); Max value from RGB is 110 - color contains mainly: blue. Hex color #67006E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67006E is #98FF91. Grayscale: #2B2B2B. Windows color (decimal): -10026898 or 7209063. OLE color: 7209063.

HSL color Cylindrical-coordinate representation of color #67006E: hue angle of 296.18º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #67006E is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 103 0 110 -
CMYK 0.06 1 0 0.57
HSL 296.18º 1% 0.22% -
HSV(B) 296.18º 1% 0.43% -
XYZ 8.41 4.01 15.08 -
YUV 43.34 165.62 170.56 -
System Red Green Blue C M Y K H S L
Decimal 103 0 110 0.06 1 0 0.57 296.18 1 0.22
Hex 67 0 6E 6 64 0 39 128 64 16
Octal 147 0 156 6 144 0 71 450 144 26
Binary 1100111 0 1101110 110 1100100 0 111001 100101000 1100100 10110

Color Harmonies of #67006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67006E

Black with #67006E

Text Example


Text Example

White with #67006E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67006E; }

 p { color: rgb(103,0,110); }

 H1.HeaderClassName
 {
   color: #67006E;
 }
 .AnyTagClassName
 {
   color: #67006E;
 }
</style>

background-color css

<style>
 a { background-color: #67006E; }

 a { background-color: rgb(103,0,110); }

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

border-color css

<style>
 span { border-color: #67006E; }

 span { border-color: rgb(103,0,110); }

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