Html Css Color HEX #6B0EBA Purple Heart

📋 copy color: '#6B0EBA'

red 107 ◦ green 14 ◦ blue 186

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

Shades of Purple Heart #6B0EBA

Tints of Purple Heart #6B0EBA

RGB

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

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

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

R = 34.85%
G = 4.56%
B = 60.59%

CMYK

 C value IS 0.42

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6B0EBA (or 0x6B0EBA) is known color: Purple Heart. HEX triplet: 6B, 0E and BA. RGB value is (107,14,186). Sum of RGB (Red+Green+Blue) = 107+14+186=307 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.85% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B0EBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B0EBA is #94F145. Grayscale: #3C3C3C. Windows color (decimal): -9761094 or 12193387. OLE color: 12193387.

HSL color Cylindrical-coordinate representation of color #6B0EBA: hue angle of 272.44º 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 #6B0EBA is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 107 14 186 -
CMYK 0.42 0.92 0 0.27
HSL 272.44º 0.86% 0.39% -
HSV(B) 272.44º 0.92% 0.73% -
XYZ 15.08 6.99 47.01 -
YUV 61.42 198.31 160.51 -
System Red Green Blue C M Y K H S L
Decimal 107 14 186 0.42 0.92 0 0.27 272.44 0.86 0.39
Hex 6B E BA 2A 5C 0 1B 110 56 27
Octal 153 16 272 52 134 0 33 420 126 47
Binary 1101011 1110 10111010 101010 1011100 0 11011 100010000 1010110 100111

Color Harmonies of #6B0EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0EBA

Black with #6B0EBA

Text Example


Text Example

White with #6B0EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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