Html Css Color HEX #652ADB Purple Heart

📋 copy color: '#652ADB'

red 101 ◦ green 42 ◦ blue 219

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

Shades of Purple Heart #652ADB

Tints of Purple Heart #652ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.6%

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

R = 27.9%
G = 11.6%
B = 60.5%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#652ADB (or 0x652ADB) is known color: Purple Heart. HEX triplet: 65, 2A and DB. RGB value is (101,42,219). Sum of RGB (Red+Green+Blue) = 101+42+219=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 42 (16.80% from 255 or 11.60% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #652ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652ADB is #9AD524. Grayscale: #4F4F4F. Windows color (decimal): -10147109 or 14363237. OLE color: 14363237.

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

Color convert

RGB 101 42 219 -
CMYK 0.54 0.81 0 0.14
HSL 260º 0.71% 0.51% -
HSV(B) 260º 0.81% 0.86% -
XYZ 18.98 9.54 67.86 -
YUV 79.82 206.55 143.11 -
System Red Green Blue C M Y K H S L
Decimal 101 42 219 0.54 0.81 0 0.14 260 0.71 0.51
Hex 65 2A DB 36 51 0 E 104 47 33
Octal 145 52 333 66 121 0 16 404 107 63
Binary 1100101 101010 11011011 110110 1010001 0 1110 100000100 1000111 110011

Color Harmonies of #652ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652ADB

Black with #652ADB

Text Example


Text Example

White with #652ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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