Html Css Color HEX #6A028E Purple

📋 copy color: '#6A028E'

red 106 ◦ green 2 ◦ blue 142

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

Shades of Purple #6A028E

Tints of Purple #6A028E

RGB

 RED value IS 106 (41.8% from 255) = 42.4%

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

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

R = 42.4%
G = 0.8%
B = 56.8%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6A028E (or 0x6A028E) is known color: Purple. HEX triplet: 6A, 02 and 8E. RGB value is (106,2,142). Sum of RGB (Red+Green+Blue) = 106+2+142=250 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.4% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 142 (55.86% from 255 or 56.8% from 250); Max value from RGB is 142 - color contains mainly: blue. Hex color #6A028E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A028E is #95FD71. Grayscale: #303030. Windows color (decimal): -9829746 or 9306730. OLE color: 9306730.

HSL color Cylindrical-coordinate representation of color #6A028E: hue angle of 284.57º 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 #6A028E is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 106 2 142 -
CMYK 0.25 0.99 0 0.44
HSL 284.57º 0.97% 0.28% -
HSV(B) 284.57º 0.99% 0.56% -
XYZ 10.85 5.06 26 -
YUV 49.06 180.46 168.62 -
System Red Green Blue C M Y K H S L
Decimal 106 2 142 0.25 0.99 0 0.44 284.57 0.97 0.28
Hex 6A 2 8E 19 63 0 2C 11D 61 1C
Octal 152 2 216 31 143 0 54 435 141 34
Binary 1101010 10 10001110 11001 1100011 0 101100 100011101 1100001 11100

Color Harmonies of #6A028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A028E

Black with #6A028E

Text Example


Text Example

White with #6A028E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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