Html Css Color HEX #6C036D Purple

📋 copy color: '#6C036D'

red 108 ◦ green 3 ◦ blue 109

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

Shades of Purple #6C036D

Tints of Purple #6C036D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 49.55%

R = 49.09%
G = 1.36%
B = 49.55%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6C036D (or 0x6C036D) is known color: Purple. HEX triplet: 6C, 03 and 6D. RGB value is (108,3,109). Sum of RGB (Red+Green+Blue) = 108+3+109=220 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.09% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #6C036D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C036D is #93FC92. Grayscale: #2E2E2E. Windows color (decimal): -9698451 or 7144300. OLE color: 7144300.

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

Color convert

RGB 108 3 109 -
CMYK 0.01 0.97 0 0.57
HSL 299.43º 0.95% 0.22% -
HSV(B) 299.43º 0.97% 0.43% -
XYZ 8.98 4.36 14.84 -
YUV 46.48 163.29 171.88 -
System Red Green Blue C M Y K H S L
Decimal 108 3 109 0.01 0.97 0 0.57 299.43 0.95 0.22
Hex 6C 3 6D 1 61 0 39 12B 5F 16
Octal 154 3 155 1 141 0 71 453 137 26
Binary 1101100 11 1101101 1 1100001 0 111001 100101011 1011111 10110

Color Harmonies of #6C036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C036D

Black with #6C036D

Text Example


Text Example

White with #6C036D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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