Html Css Color HEX #6D33DB Purple Heart

📋 copy color: '#6D33DB'

red 109 ◦ green 51 ◦ blue 219

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

Shades of Purple Heart #6D33DB

Tints of Purple Heart #6D33DB

RGB

 RED value IS 109 (42.97% from 255) = 28.76%

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

 BLUE value IS 219 (85.94% from 255) = 57.78%

R = 28.76%
G = 13.46%
B = 57.78%

CMYK

 C value IS 0.50

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D33DB (or 0x6D33DB) is known color: Purple Heart. HEX triplet: 6D, 33 and DB. RGB value is (109,51,219). Sum of RGB (Red+Green+Blue) = 109+51+219=379 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.76% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D33DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D33DB is #92CC24. Grayscale: #565656. Windows color (decimal): -9620517 or 14365549. OLE color: 14365549.

HSL color Cylindrical-coordinate representation of color #6D33DB: hue angle of 260.71º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6D33DB is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 51 219 -
CMYK 0.50 0.77 0 0.14
HSL 260.71º 0.7% 0.53% -
HSV(B) 260.71º 0.77% 0.86% -
XYZ 20.28 10.73 68.02 -
YUV 87.49 202.22 143.34 -
System Red Green Blue C M Y K H S L
Decimal 109 51 219 0.50 0.77 0 0.14 260.71 0.7 0.53
Hex 6D 33 DB 32 4D 0 E 105 46 35
Octal 155 63 333 62 115 0 16 405 106 65
Binary 1101101 110011 11011011 110010 1001101 0 1110 100000101 1000110 110101

Color Harmonies of #6D33DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D33DB

Black with #6D33DB

Text Example


Text Example

White with #6D33DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,51,219); }

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

background-color css

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

 a { background-color: rgb(109,51,219); }

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

border-color css

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

 span { border-color: rgb(109,51,219); }

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