Html Css Color HEX #60026B Purple

📋 copy color: '#60026B'

red 96 ◦ green 2 ◦ blue 107

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

Shades of Purple #60026B

Tints of Purple #60026B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 52.2%

R = 46.83%
G = 0.98%
B = 52.2%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#60026B (or 0x60026B) is known color: Purple. HEX triplet: 60, 02 and 6B. RGB value is (96,2,107). Sum of RGB (Red+Green+Blue) = 96+2+107=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 107 (42.19% from 255 or 52.20% from 205); Max value from RGB is 107 - color contains mainly: blue. Hex color #60026B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60026B is #9FFD94. Grayscale: #292929. Windows color (decimal): -10485141 or 7012960. OLE color: 7012960.

HSL color Cylindrical-coordinate representation of color #60026B: hue angle of 293.71º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #60026B is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 2 107 -
CMYK 0.10 0.98 0 0.58
HSL 293.71º 0.96% 0.21% -
HSV(B) 293.71º 0.98% 0.42% -
XYZ 7.5 3.59 14.21 -
YUV 42.08 164.64 166.46 -
System Red Green Blue C M Y K H S L
Decimal 96 2 107 0.10 0.98 0 0.58 293.71 0.96 0.21
Hex 60 2 6B A 62 0 3A 126 60 15
Octal 140 2 153 12 142 0 72 446 140 25
Binary 1100000 10 1101011 1010 1100010 0 111010 100100110 1100000 10101

Color Harmonies of #60026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60026B

Black with #60026B

Text Example


Text Example

White with #60026B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60026B; }

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

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

background-color css

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

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

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

border-color css

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

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

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