Html Css Color HEX #6A05BA Purple Heart

📋 copy color: '#6A05BA'

red 106 ◦ green 5 ◦ blue 186

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

Shades of Purple Heart #6A05BA

Tints of Purple Heart #6A05BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 62.63%

R = 35.69%
G = 1.68%
B = 62.63%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6A05BA (or 0x6A05BA) is known color: Purple Heart. HEX triplet: 6A, 05 and BA. RGB value is (106,5,186). Sum of RGB (Red+Green+Blue) = 106+5+186=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #6A05BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A05BA is #95FA45. Grayscale: #373737. Windows color (decimal): -9828934 or 12191082. OLE color: 12191082.

HSL color Cylindrical-coordinate representation of color #6A05BA: hue angle of 273.48º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A05BA is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 5 186 -
CMYK 0.43 0.97 0 0.27
HSL 273.48º 0.95% 0.37% -
HSV(B) 273.48º 0.97% 0.73% -
XYZ 14.86 6.72 46.97 -
YUV 55.83 201.46 163.78 -
System Red Green Blue C M Y K H S L
Decimal 106 5 186 0.43 0.97 0 0.27 273.48 0.95 0.37
Hex 6A 5 BA 2B 61 0 1B 111 5F 25
Octal 152 5 272 53 141 0 33 421 137 45
Binary 1101010 101 10111010 101011 1100001 0 11011 100010001 1011111 100101

Color Harmonies of #6A05BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A05BA

Black with #6A05BA

Text Example


Text Example

White with #6A05BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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