Html Css Color HEX #6C0262 Purple

📋 copy color: '#6C0262'

red 108 ◦ green 2 ◦ blue 98

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

Shades of Purple #6C0262

Tints of Purple #6C0262

RGB

 RED value IS 108 (42.58% from 255) = 51.92%

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

 BLUE value IS 98 (38.67% from 255) = 47.12%

R = 51.92%
G = 0.96%
B = 47.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#6C0262 (or 0x6C0262) is known color: Purple. HEX triplet: 6C, 02 and 62. RGB value is (108,2,98). Sum of RGB (Red+Green+Blue) = 108+2+98=208 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.92% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 98 (38.67% from 255 or 47.12% from 208); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0262 is #93FD9D. Grayscale: #2C2C2C. Windows color (decimal): -9698718 or 6423148. OLE color: 6423148.

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

Color convert

RGB 108 2 98 -
CMYK 0 0.98 0.09 0.58
HSL 305.66º 0.96% 0.22% -
HSV(B) 305.66º 0.98% 0.42% -
XYZ 8.41 4.11 11.91 -
YUV 44.64 158.12 173.19 -
System Red Green Blue C M Y K H S L
Decimal 108 2 98 0 0.98 0.09 0.58 305.66 0.96 0.22
Hex 6C 2 62 0 62 9 3A 132 60 16
Octal 154 2 142 0 142 11 72 462 140 26
Binary 1101100 10 1100010 0 1100010 1001 111010 100110010 1100000 10110

Color Harmonies of #6C0262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0262

Black with #6C0262

Text Example


Text Example

White with #6C0262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,2,98); }

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

background-color css

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

 a { background-color: rgb(108,2,98); }

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

border-color css

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

 span { border-color: rgb(108,2,98); }

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