Html Css Color HEX #6A058B Purple

📋 copy color: '#6A058B'

red 106 ◦ green 5 ◦ blue 139

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

Shades of Purple #6A058B

Tints of Purple #6A058B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2%

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

R = 42.4%
G = 2%
B = 55.6%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6A058B (or 0x6A058B) is known color: Purple. HEX triplet: 6A, 05 and 8B. RGB value is (106,5,139). Sum of RGB (Red+Green+Blue) = 106+5+139=250 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.4% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #6A058B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A058B is #95FA74. Grayscale: #323232. Windows color (decimal): -9828981 or 9110890. OLE color: 9110890.

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

Color convert

RGB 106 5 139 -
CMYK 0.24 0.96 0 0.45
HSL 285.22º 0.93% 0.28% -
HSV(B) 285.22º 0.96% 0.55% -
XYZ 10.66 5.04 24.84 -
YUV 50.48 177.96 167.6 -
System Red Green Blue C M Y K H S L
Decimal 106 5 139 0.24 0.96 0 0.45 285.22 0.93 0.28
Hex 6A 5 8B 18 60 0 2D 11D 5D 1C
Octal 152 5 213 30 140 0 55 435 135 34
Binary 1101010 101 10001011 11000 1100000 0 101101 100011101 1011101 11100

Color Harmonies of #6A058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A058B

Black with #6A058B

Text Example


Text Example

White with #6A058B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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