Html Css Color HEX #6C0362 Purple

📋 copy color: '#6C0362'

red 108 ◦ green 3 ◦ blue 98

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

Shades of Purple #6C0362

Tints of Purple #6C0362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.44%

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

R = 51.67%
G = 1.44%
B = 46.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#6C0362 (or 0x6C0362) is known color: Purple. HEX triplet: 6C, 03 and 62. RGB value is (108,3,98). Sum of RGB (Red+Green+Blue) = 108+3+98=209 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.67% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0362 is #93FC9D. Grayscale: #2C2C2C. Windows color (decimal): -9698462 or 6423404. OLE color: 6423404.

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

Color convert

RGB 108 3 98 -
CMYK 0 0.97 0.09 0.58
HSL 305.71º 0.95% 0.22% -
HSV(B) 305.71º 0.97% 0.42% -
XYZ 8.42 4.14 11.91 -
YUV 45.23 157.79 172.78 -
System Red Green Blue C M Y K H S L
Decimal 108 3 98 0 0.97 0.09 0.58 305.71 0.95 0.22
Hex 6C 3 62 0 61 9 3A 132 5F 16
Octal 154 3 142 0 141 11 72 462 137 26
Binary 1101100 11 1100010 0 1100001 1001 111010 100110010 1011111 10110

Color Harmonies of #6C0362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0362

Black with #6C0362

Text Example


Text Example

White with #6C0362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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