Html Css Color HEX #6E2FBD Purple Heart

📋 copy color: '#6E2FBD'

red 110 ◦ green 47 ◦ blue 189

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

Shades of Purple Heart #6E2FBD

Tints of Purple Heart #6E2FBD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.58%

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

R = 31.79%
G = 13.58%
B = 54.62%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6E2FBD (or 0x6E2FBD) is known color: Purple Heart. HEX triplet: 6E, 2F and BD. RGB value is (110,47,189). Sum of RGB (Red+Green+Blue) = 110+47+189=346 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.79% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E2FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E2FBD is #91D042. Grayscale: #515151. Windows color (decimal): -9556035 or 12398446. OLE color: 12398446.

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

Color convert

RGB 110 47 189 -
CMYK 0.42 0.75 0 0.26
HSL 266.62º 0.6% 0.46% -
HSV(B) 266.62º 0.75% 0.74% -
XYZ 16.63 9.02 49.01 -
YUV 82.03 188.37 147.95 -
System Red Green Blue C M Y K H S L
Decimal 110 47 189 0.42 0.75 0 0.26 266.62 0.6 0.46
Hex 6E 2F BD 2A 4B 0 1A 10B 3C 2E
Octal 156 57 275 52 113 0 32 413 74 56
Binary 1101110 101111 10111101 101010 1001011 0 11010 100001011 111100 101110

Color Harmonies of #6E2FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2FBD

Black with #6E2FBD

Text Example


Text Example

White with #6E2FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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