Html Css Color HEX #6C028E Purple

📋 copy color: '#6C028E'

red 108 ◦ green 2 ◦ blue 142

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

Shades of Purple #6C028E

Tints of Purple #6C028E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 56.35%

R = 42.86%
G = 0.79%
B = 56.35%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6C028E (or 0x6C028E) is known color: Purple. HEX triplet: 6C, 02 and 8E. RGB value is (108,2,142). Sum of RGB (Red+Green+Blue) = 108+2+142=252 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.86% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 142 (55.86% from 255 or 56.35% from 252); Max value from RGB is 142 - color contains mainly: blue. Hex color #6C028E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C028E is #93FD71. Grayscale: #313131. Windows color (decimal): -9698674 or 9306732. OLE color: 9306732.

HSL color Cylindrical-coordinate representation of color #6C028E: hue angle of 285.43º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C028E is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 108 2 142 -
CMYK 0.24 0.99 0 0.44
HSL 285.43º 0.97% 0.28% -
HSV(B) 285.43º 0.99% 0.56% -
XYZ 11.09 5.18 26.01 -
YUV 49.65 180.12 169.62 -
System Red Green Blue C M Y K H S L
Decimal 108 2 142 0.24 0.99 0 0.44 285.43 0.97 0.28
Hex 6C 2 8E 18 63 0 2C 11D 61 1C
Octal 154 2 216 30 143 0 54 435 141 34
Binary 1101100 10 10001110 11000 1100011 0 101100 100011101 1100001 11100

Color Harmonies of #6C028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C028E

Black with #6C028E

Text Example


Text Example

White with #6C028E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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