Html Css Color HEX #670066 Purple

📋 copy color: '#670066'

red 103 ◦ green 0 ◦ blue 102

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

Shades of Purple #670066

Tints of Purple #670066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 49.76%

R = 50.24%
G = 0%
B = 49.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.60

RGB Variations

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

Color information

#670066 (or 0x670066) is known color: Purple. HEX triplet: 67, 00 and 66. RGB value is (103,0,102). Sum of RGB (Red+Green+Blue) = 103+0+102=205 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.24% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 103 - color contains mainly: red. Hex color #670066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670066 is #98FF99. Grayscale: #2A2A2A. Windows color (decimal): -10026906 or 6684775. OLE color: 6684775.

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

Color convert

RGB 103 0 102 -
CMYK 0 1 0.01 0.60
HSL 300.58º 1% 0.2% -
HSV(B) 300.58º 1% 0.4% -
XYZ 7.99 3.84 12.89 -
YUV 42.43 161.62 171.21 -
System Red Green Blue C M Y K H S L
Decimal 103 0 102 0 1 0.01 0.60 300.58 1 0.2
Hex 67 0 66 0 64 1 3C 12D 64 14
Octal 147 0 146 0 144 1 74 455 144 24
Binary 1100111 0 1100110 0 1100100 1 111100 100101101 1100100 10100

Color Harmonies of #670066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670066

Black with #670066

Text Example


Text Example

White with #670066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670066; }

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

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

background-color css

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

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

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

border-color css

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

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

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