Html Css Color HEX #652EDB Purple Heart

📋 copy color: '#652EDB'

red 101 ◦ green 46 ◦ blue 219

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

Shades of Purple Heart #652EDB

Tints of Purple Heart #652EDB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.57%

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

R = 27.6%
G = 12.57%
B = 59.84%

CMYK

 C value IS 0.54

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#652EDB (or 0x652EDB) is known color: Purple Heart. HEX triplet: 65, 2E and DB. RGB value is (101,46,219). Sum of RGB (Red+Green+Blue) = 101+46+219=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #652EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652EDB is #9AD124. Grayscale: #515151. Windows color (decimal): -10146085 or 14364261. OLE color: 14364261.

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

Color convert

RGB 101 46 219 -
CMYK 0.54 0.79 0 0.14
HSL 259.08º 0.71% 0.52% -
HSV(B) 259.08º 0.79% 0.86% -
XYZ 19.13 9.84 67.91 -
YUV 82.17 205.22 141.43 -
System Red Green Blue C M Y K H S L
Decimal 101 46 219 0.54 0.79 0 0.14 259.08 0.71 0.52
Hex 65 2E DB 36 4F 0 E 103 47 34
Octal 145 56 333 66 117 0 16 403 107 64
Binary 1100101 101110 11011011 110110 1001111 0 1110 100000011 1000111 110100

Color Harmonies of #652EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652EDB

Black with #652EDB

Text Example


Text Example

White with #652EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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