Html Css Color HEX #6C0267 Purple

📋 copy color: '#6C0267'

red 108 ◦ green 2 ◦ blue 103

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

Shades of Purple #6C0267

Tints of Purple #6C0267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 48.36%

R = 50.7%
G = 0.94%
B = 48.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#6C0267 (or 0x6C0267) is known color: Purple. HEX triplet: 6C, 02 and 67. RGB value is (108,2,103). Sum of RGB (Red+Green+Blue) = 108+2+103=213 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.70% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 103 (40.62% from 255 or 48.36% from 213); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0267 is #93FD98. Grayscale: #2C2C2C. Windows color (decimal): -9698713 or 6750828. OLE color: 6750828.

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

Color convert

RGB 108 2 103 -
CMYK 0 0.98 0.05 0.58
HSL 302.83º 0.96% 0.22% -
HSV(B) 302.83º 0.98% 0.42% -
XYZ 8.65 4.21 13.19 -
YUV 45.21 160.62 172.79 -
System Red Green Blue C M Y K H S L
Decimal 108 2 103 0 0.98 0.05 0.58 302.83 0.96 0.22
Hex 6C 2 67 0 62 5 3A 12F 60 16
Octal 154 2 147 0 142 5 72 457 140 26
Binary 1101100 10 1100111 0 1100010 101 111010 100101111 1100000 10110

Color Harmonies of #6C0267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0267

Black with #6C0267

Text Example


Text Example

White with #6C0267

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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