Html Css Color HEX #6E33BF Purple Heart

📋 copy color: '#6E33BF'

red 110 ◦ green 51 ◦ blue 191

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

Shades of Purple Heart #6E33BF

Tints of Purple Heart #6E33BF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.49%

 BLUE value IS 191 (75% from 255) = 54.26%

R = 31.25%
G = 14.49%
B = 54.26%

CMYK

 C value IS 0.42

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E33BF (or 0x6E33BF) is known color: Purple Heart. HEX triplet: 6E, 33 and BF. RGB value is (110,51,191). Sum of RGB (Red+Green+Blue) = 110+51+191=352 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.25% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E33BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E33BF is #91CC40. Grayscale: #545454. Windows color (decimal): -9555009 or 12530542. OLE color: 12530542.

HSL color Cylindrical-coordinate representation of color #6E33BF: hue angle of 265.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E33BF is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 51 191 -
CMYK 0.42 0.73 0 0.25
HSL 265.29º 0.58% 0.47% -
HSV(B) 265.29º 0.73% 0.75% -
XYZ 17.02 9.44 50.22 -
YUV 84.6 188.05 146.12 -
System Red Green Blue C M Y K H S L
Decimal 110 51 191 0.42 0.73 0 0.25 265.29 0.58 0.47
Hex 6E 33 BF 2A 49 0 19 109 3A 2F
Octal 156 63 277 52 111 0 31 411 72 57
Binary 1101110 110011 10111111 101010 1001001 0 11001 100001001 111010 101111

Color Harmonies of #6E33BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E33BF

Black with #6E33BF

Text Example


Text Example

White with #6E33BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,51,191); }

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

background-color css

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

 a { background-color: rgb(110,51,191); }

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

border-color css

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

 span { border-color: rgb(110,51,191); }

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