Html Css Color HEX #6E33BD Purple Heart

📋 copy color: '#6E33BD'

red 110 ◦ green 51 ◦ blue 189

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

Shades of Purple Heart #6E33BD

Tints of Purple Heart #6E33BD

RGB

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

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

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

R = 31.43%
G = 14.57%
B = 54%

CMYK

 C value IS 0.42

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6E33BD (or 0x6E33BD) is known color: Purple Heart. HEX triplet: 6E, 33 and BD. RGB value is (110,51,189). Sum of RGB (Red+Green+Blue) = 110+51+189=350 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.43% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E33BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E33BD is #91CC42. Grayscale: #535353. Windows color (decimal): -9555011 or 12399470. OLE color: 12399470.

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

Color convert

RGB 110 51 189 -
CMYK 0.42 0.73 0 0.26
HSL 265.65º 0.58% 0.47% -
HSV(B) 265.65º 0.73% 0.74% -
XYZ 16.8 9.36 49.06 -
YUV 84.37 187.05 146.28 -
System Red Green Blue C M Y K H S L
Decimal 110 51 189 0.42 0.73 0 0.26 265.65 0.58 0.47
Hex 6E 33 BD 2A 49 0 1A 10A 3A 2F
Octal 156 63 275 52 111 0 32 412 72 57
Binary 1101110 110011 10111101 101010 1001001 0 11010 100001010 111010 101111

Color Harmonies of #6E33BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E33BD

Black with #6E33BD

Text Example


Text Example

White with #6E33BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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