Html Css Color HEX #660467 Purple

📋 copy color: '#660467'

red 102 ◦ green 4 ◦ blue 103

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

Shades of Purple #660467

Tints of Purple #660467

RGB

 RED value IS 102 (40.23% from 255) = 48.8%

 GREEN value IS 4 (1.95% from 255) = 1.91%

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

R = 48.8%
G = 1.91%
B = 49.28%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#660467 (or 0x660467) is known color: Purple. HEX triplet: 66, 04 and 67. RGB value is (102,4,103). Sum of RGB (Red+Green+Blue) = 102+4+103=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 103 (40.62% from 255 or 49.28% from 209); Max value from RGB is 103 - color contains mainly: blue. Hex color #660467 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660467 is #99FB98. Grayscale: #2C2C2C. Windows color (decimal): -10091417 or 6751334. OLE color: 6751334.

HSL color Cylindrical-coordinate representation of color #660467: hue angle of 299.39º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #660467 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 102 4 103 -
CMYK 0.01 0.96 0 0.60
HSL 299.39º 0.93% 0.21% -
HSV(B) 299.39º 0.96% 0.4% -
XYZ 7.97 3.89 13.16 -
YUV 44.59 160.97 168.95 -
System Red Green Blue C M Y K H S L
Decimal 102 4 103 0.01 0.96 0 0.60 299.39 0.93 0.21
Hex 66 4 67 1 60 0 3C 12B 5D 15
Octal 146 4 147 1 140 0 74 453 135 25
Binary 1100110 100 1100111 1 1100000 0 111100 100101011 1011101 10101

Color Harmonies of #660467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660467

Black with #660467

Text Example


Text Example

White with #660467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660467; }

 p { color: rgb(102,4,103); }

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

background-color css

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

 a { background-color: rgb(102,4,103); }

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

border-color css

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

 span { border-color: rgb(102,4,103); }

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