Html Css Color HEX #6B058A Purple

📋 copy color: '#6B058A'

red 107 ◦ green 5 ◦ blue 138

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

Shades of Purple #6B058A

Tints of Purple #6B058A

RGB

 RED value IS 107 (42.19% from 255) = 42.8%

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

 BLUE value IS 138 (54.3% from 255) = 55.2%

R = 42.8%
G = 2%
B = 55.2%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6B058A (or 0x6B058A) is known color: Purple. HEX triplet: 6B, 05 and 8A. RGB value is (107,5,138). Sum of RGB (Red+Green+Blue) = 107+5+138=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 138 (54.30% from 255 or 55.2% from 250); Max value from RGB is 138 - color contains mainly: blue. Hex color #6B058A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B058A is #94FA75. Grayscale: #323232. Windows color (decimal): -9763446 or 9045355. OLE color: 9045355.

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

Color convert

RGB 107 5 138 -
CMYK 0.22 0.96 0 0.46
HSL 286.02º 0.93% 0.28% -
HSV(B) 286.02º 0.96% 0.54% -
XYZ 10.71 5.07 24.46 -
YUV 50.66 177.29 168.19 -
System Red Green Blue C M Y K H S L
Decimal 107 5 138 0.22 0.96 0 0.46 286.02 0.93 0.28
Hex 6B 5 8A 16 60 0 2E 11E 5D 1C
Octal 153 5 212 26 140 0 56 436 135 34
Binary 1101011 101 10001010 10110 1100000 0 101110 100011110 1011101 11100

Color Harmonies of #6B058A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B058A

Black with #6B058A

Text Example


Text Example

White with #6B058A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,5,138); }

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

background-color css

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

 a { background-color: rgb(107,5,138); }

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

border-color css

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

 span { border-color: rgb(107,5,138); }

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