Html Css Color HEX #67006A Purple

📋 copy color: '#67006A'

red 103 ◦ green 0 ◦ blue 106

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

Shades of Purple #67006A

Tints of Purple #67006A

RGB

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

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

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

R = 49.28%
G = 0%
B = 50.72%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#67006A (or 0x67006A) is known color: Purple. HEX triplet: 67, 00 and 6A. RGB value is (103,0,106). Sum of RGB (Red+Green+Blue) = 103+0+106=209 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.28% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 106 (41.80% from 255 or 50.72% from 209); Max value from RGB is 106 - color contains mainly: blue. Hex color #67006A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67006A is #98FF95. Grayscale: #2A2A2A. Windows color (decimal): -10026902 or 6946919. OLE color: 6946919.

HSL color Cylindrical-coordinate representation of color #67006A: hue angle of 298.3º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #67006A is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 103 0 106 -
CMYK 0.03 1 0 0.58
HSL 298.3º 1% 0.21% -
HSV(B) 298.3º 1% 0.42% -
XYZ 8.2 3.92 13.96 -
YUV 42.88 163.62 170.88 -
System Red Green Blue C M Y K H S L
Decimal 103 0 106 0.03 1 0 0.58 298.3 1 0.21
Hex 67 0 6A 3 64 0 3A 12A 64 15
Octal 147 0 152 3 144 0 72 452 144 25
Binary 1100111 0 1101010 11 1100100 0 111010 100101010 1100100 10101

Color Harmonies of #67006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67006A

Black with #67006A

Text Example


Text Example

White with #67006A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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