Html Css Color HEX #6E05BD Purple Heart

📋 copy color: '#6E05BD'

red 110 ◦ green 5 ◦ blue 189

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

Shades of Purple Heart #6E05BD

Tints of Purple Heart #6E05BD

RGB

 RED value IS 110 (43.36% from 255) = 36.18%

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

 BLUE value IS 189 (74.22% from 255) = 62.17%

R = 36.18%
G = 1.64%
B = 62.17%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6E05BD (or 0x6E05BD) is known color: Purple Heart. HEX triplet: 6E, 05 and BD. RGB value is (110,5,189). Sum of RGB (Red+Green+Blue) = 110+5+189=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 189 (74.22% from 255 or 62.17% from 304); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E05BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E05BD is #91FA42. Grayscale: #383838. Windows color (decimal): -9566787 or 12387694. OLE color: 12387694.

HSL color Cylindrical-coordinate representation of color #6E05BD: hue angle of 274.24º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6E05BD is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 110 5 189 -
CMYK 0.42 0.97 0 0.26
HSL 274.24º 0.95% 0.38% -
HSV(B) 274.24º 0.97% 0.74% -
XYZ 15.67 7.1 48.69 -
YUV 57.37 202.29 165.54 -
System Red Green Blue C M Y K H S L
Decimal 110 5 189 0.42 0.97 0 0.26 274.24 0.95 0.38
Hex 6E 5 BD 2A 61 0 1A 112 5F 26
Octal 156 5 275 52 141 0 32 422 137 46
Binary 1101110 101 10111101 101010 1100001 0 11010 100010010 1011111 100110

Color Harmonies of #6E05BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E05BD

Black with #6E05BD

Text Example


Text Example

White with #6E05BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,5,189); }

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

background-color css

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

 a { background-color: rgb(110,5,189); }

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

border-color css

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

 span { border-color: rgb(110,5,189); }

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