Html Css Color HEX #600266 Purple

📋 copy color: '#600266'

red 96 ◦ green 2 ◦ blue 102

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

Shades of Purple #600266

Tints of Purple #600266

RGB

 RED value IS 96 (37.89% from 255) = 48%

 GREEN value IS 2 (1.17% from 255) = 1%

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

R = 48%
G = 1%
B = 51%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#600266 (or 0x600266) is known color: Purple. HEX triplet: 60, 02 and 66. RGB value is (96,2,102). Sum of RGB (Red+Green+Blue) = 96+2+102=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 102 (40.23% from 255 or 51% from 200); Max value from RGB is 102 - color contains mainly: blue. Hex color #600266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600266 is #9FFD99. Grayscale: #292929. Windows color (decimal): -10485146 or 6685280. OLE color: 6685280.

HSL color Cylindrical-coordinate representation of color #600266: hue angle of 296.4º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #600266 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 96 2 102 -
CMYK 0.06 0.98 0 0.6
HSL 296.4º 0.96% 0.2% -
HSV(B) 296.4º 0.98% 0.4% -
XYZ 7.24 3.49 12.86 -
YUV 41.51 162.14 166.87 -
System Red Green Blue C M Y K H S L
Decimal 96 2 102 0.06 0.98 0 0.6 296.4 0.96 0.2
Hex 60 2 66 6 62 0 3C 128 60 14
Octal 140 2 146 6 142 0 74 450 140 24
Binary 1100000 10 1100110 110 1100010 0 111100 100101000 1100000 10100

Color Harmonies of #600266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600266

Black with #600266

Text Example


Text Example

White with #600266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600266; }

 p { color: rgb(96,2,102); }

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

background-color css

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

 a { background-color: rgb(96,2,102); }

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

border-color css

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

 span { border-color: rgb(96,2,102); }

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