Html Css Color HEX #6A028B Purple

📋 copy color: '#6A028B'

red 106 ◦ green 2 ◦ blue 139

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

Shades of Purple #6A028B

Tints of Purple #6A028B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 56.28%

R = 42.91%
G = 0.81%
B = 56.28%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6A028B (or 0x6A028B) is known color: Purple. HEX triplet: 6A, 02 and 8B. RGB value is (106,2,139). Sum of RGB (Red+Green+Blue) = 106+2+139=247 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.91% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #6A028B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A028B is #95FD74. Grayscale: #303030. Windows color (decimal): -9829749 or 9110122. OLE color: 9110122.

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

Color convert

RGB 106 2 139 -
CMYK 0.24 0.99 0 0.45
HSL 285.55º 0.97% 0.28% -
HSV(B) 285.55º 0.99% 0.55% -
XYZ 10.63 4.97 24.83 -
YUV 48.71 178.96 168.86 -
System Red Green Blue C M Y K H S L
Decimal 106 2 139 0.24 0.99 0 0.45 285.55 0.97 0.28
Hex 6A 2 8B 18 63 0 2D 11E 61 1C
Octal 152 2 213 30 143 0 55 436 141 34
Binary 1101010 10 10001011 11000 1100011 0 101101 100011110 1100001 11100

Color Harmonies of #6A028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A028B

Black with #6A028B

Text Example


Text Example

White with #6A028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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