Html Css Color HEX #652BDB Purple Heart

📋 copy color: '#652BDB'

red 101 ◦ green 43 ◦ blue 219

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

Shades of Purple Heart #652BDB

Tints of Purple Heart #652BDB

RGB

 RED value IS 101 (39.84% from 255) = 27.82%

 GREEN value IS 43 (17.19% from 255) = 11.85%

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

R = 27.82%
G = 11.85%
B = 60.33%

CMYK

 C value IS 0.54

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#652BDB (or 0x652BDB) is known color: Purple Heart. HEX triplet: 65, 2B and DB. RGB value is (101,43,219). Sum of RGB (Red+Green+Blue) = 101+43+219=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #652BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652BDB is #9AD424. Grayscale: #4F4F4F. Windows color (decimal): -10146853 or 14363493. OLE color: 14363493.

HSL color Cylindrical-coordinate representation of color #652BDB: hue angle of 259.77º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #652BDB is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 43 219 -
CMYK 0.54 0.80 0 0.14
HSL 259.77º 0.71% 0.51% -
HSV(B) 259.77º 0.8% 0.86% -
XYZ 19.02 9.61 67.87 -
YUV 80.41 206.22 142.69 -
System Red Green Blue C M Y K H S L
Decimal 101 43 219 0.54 0.80 0 0.14 259.77 0.71 0.51
Hex 65 2B DB 36 50 0 E 104 47 33
Octal 145 53 333 66 120 0 16 404 107 63
Binary 1100101 101011 11011011 110110 1010000 0 1110 100000100 1000111 110011

Color Harmonies of #652BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652BDB

Black with #652BDB

Text Example


Text Example

White with #652BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652BDB; }

 p { color: rgb(101,43,219); }

 H1.HeaderClassName
 {
   color: #652BDB;
 }
 .AnyTagClassName
 {
   color: #652BDB;
 }
</style>

background-color css

<style>
 a { background-color: #652BDB; }

 a { background-color: rgb(101,43,219); }

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

border-color css

<style>
 span { border-color: #652BDB; }

 span { border-color: rgb(101,43,219); }

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