Html Css Color HEX #6A0EBA Purple Heart

📋 copy color: '#6A0EBA'

red 106 ◦ green 14 ◦ blue 186

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

Shades of Purple Heart #6A0EBA

Tints of Purple Heart #6A0EBA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.58%

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

R = 34.64%
G = 4.58%
B = 60.78%

CMYK

 C value IS 0.43

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6A0EBA (or 0x6A0EBA) is known color: Purple Heart. HEX triplet: 6A, 0E and BA. RGB value is (106,14,186). Sum of RGB (Red+Green+Blue) = 106+14+186=306 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.64% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #6A0EBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0EBA is #95F145. Grayscale: #3C3C3C. Windows color (decimal): -9826630 or 12193386. OLE color: 12193386.

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

Color convert

RGB 106 14 186 -
CMYK 0.43 0.92 0 0.27
HSL 272.09º 0.86% 0.39% -
HSV(B) 272.09º 0.92% 0.73% -
XYZ 14.96 6.92 47 -
YUV 61.12 198.48 160.01 -
System Red Green Blue C M Y K H S L
Decimal 106 14 186 0.43 0.92 0 0.27 272.09 0.86 0.39
Hex 6A E BA 2B 5C 0 1B 110 56 27
Octal 152 16 272 53 134 0 33 420 126 47
Binary 1101010 1110 10111010 101011 1011100 0 11011 100010000 1010110 100111

Color Harmonies of #6A0EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0EBA

Black with #6A0EBA

Text Example


Text Example

White with #6A0EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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