Html Css Color HEX #6A0263 Purple

📋 copy color: '#6A0263'

red 106 ◦ green 2 ◦ blue 99

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

Shades of Purple #6A0263

Tints of Purple #6A0263

RGB

 RED value IS 106 (41.8% from 255) = 51.21%

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

 BLUE value IS 99 (39.06% from 255) = 47.83%

R = 51.21%
G = 0.97%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#6A0263 (or 0x6A0263) is known color: Purple. HEX triplet: 6A, 02 and 63. RGB value is (106,2,99). Sum of RGB (Red+Green+Blue) = 106+2+99=207 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.21% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 99 (39.06% from 255 or 47.83% from 207); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0263 is #95FD9C. Grayscale: #2B2B2B. Windows color (decimal): -9829789 or 6488682. OLE color: 6488682.

HSL color Cylindrical-coordinate representation of color #6A0263: hue angle of 304.04º 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 #6A0263 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 2 99 -
CMYK 0 0.98 0.07 0.58
HSL 304.04º 0.96% 0.21% -
HSV(B) 304.04º 0.98% 0.42% -
XYZ 8.22 4.01 12.14 -
YUV 44.15 158.96 172.11 -
System Red Green Blue C M Y K H S L
Decimal 106 2 99 0 0.98 0.07 0.58 304.04 0.96 0.21
Hex 6A 2 63 0 62 7 3A 130 60 15
Octal 152 2 143 0 142 7 72 460 140 25
Binary 1101010 10 1100011 0 1100010 111 111010 100110000 1100000 10101

Color Harmonies of #6A0263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0263

Black with #6A0263

Text Example


Text Example

White with #6A0263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A0263; }

 p { color: rgb(106,2,99); }

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

background-color css

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

 a { background-color: rgb(106,2,99); }

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

border-color css

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

 span { border-color: rgb(106,2,99); }

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