Html Css Color HEX #6C0265 Purple

📋 copy color: '#6C0265'

red 108 ◦ green 2 ◦ blue 101

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

Shades of Purple #6C0265

Tints of Purple #6C0265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 47.87%

R = 51.18%
G = 0.95%
B = 47.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#6C0265 (or 0x6C0265) is known color: Purple. HEX triplet: 6C, 02 and 65. RGB value is (108,2,101). Sum of RGB (Red+Green+Blue) = 108+2+101=211 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.18% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0265 is #93FD9A. Grayscale: #2C2C2C. Windows color (decimal): -9698715 or 6619756. OLE color: 6619756.

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

Color convert

RGB 108 2 101 -
CMYK 0 0.98 0.06 0.58
HSL 303.96º 0.96% 0.22% -
HSV(B) 303.96º 0.98% 0.42% -
XYZ 8.56 4.17 12.67 -
YUV 44.98 159.62 172.95 -
System Red Green Blue C M Y K H S L
Decimal 108 2 101 0 0.98 0.06 0.58 303.96 0.96 0.22
Hex 6C 2 65 0 62 6 3A 130 60 16
Octal 154 2 145 0 142 6 72 460 140 26
Binary 1101100 10 1100101 0 1100010 110 111010 100110000 1100000 10110

Color Harmonies of #6C0265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0265

Black with #6C0265

Text Example


Text Example

White with #6C0265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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