Html Css Color HEX #660182 Purple

📋 copy color: '#660182'

red 102 ◦ green 1 ◦ blue 130

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

Shades of Purple #660182

Tints of Purple #660182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 130 (51.17% from 255) = 55.79%

R = 43.78%
G = 0.43%
B = 55.79%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#660182 (or 0x660182) is known color: Purple. HEX triplet: 66, 01 and 82. RGB value is (102,1,130). Sum of RGB (Red+Green+Blue) = 102+1+130=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 130 (51.17% from 255 or 55.79% from 233); Max value from RGB is 130 - color contains mainly: blue. Hex color #660182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660182 is #99FE7D. Grayscale: #2D2D2D. Windows color (decimal): -10092158 or 8520038. OLE color: 8520038.

HSL color Cylindrical-coordinate representation of color #660182: hue angle of 286.98º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #660182 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 1 130 -
CMYK 0.22 0.99 0 0.49
HSL 286.98º 0.98% 0.26% -
HSV(B) 286.98º 0.99% 0.51% -
XYZ 9.52 4.46 21.48 -
YUV 45.91 175.46 168.01 -
System Red Green Blue C M Y K H S L
Decimal 102 1 130 0.22 0.99 0 0.49 286.98 0.98 0.26
Hex 66 1 82 16 63 0 31 11F 62 1A
Octal 146 1 202 26 143 0 61 437 142 32
Binary 1100110 1 10000010 10110 1100011 0 110001 100011111 1100010 11010

Color Harmonies of #660182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660182

Black with #660182

Text Example


Text Example

White with #660182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660182; }

 p { color: rgb(102,1,130); }

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

background-color css

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

 a { background-color: rgb(102,1,130); }

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

border-color css

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

 span { border-color: rgb(102,1,130); }

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