Html Css Color HEX #653BD4 Purple Heart

📋 copy color: '#653BD4'

red 101 ◦ green 59 ◦ blue 212

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

Shades of Purple Heart #653BD4

Tints of Purple Heart #653BD4

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.86%

 BLUE value IS 212 (83.2% from 255) = 56.99%

R = 27.15%
G = 15.86%
B = 56.99%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#653BD4 (or 0x653BD4) is known color: Purple Heart. HEX triplet: 65, 3B and D4. RGB value is (101,59,212). Sum of RGB (Red+Green+Blue) = 101+59+212=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 59 (23.44% from 255 or 15.86% from 372); Blue value is 212 (83.20% from 255 or 56.99% from 372); Max value from RGB is 212 - color contains mainly: blue. Hex color #653BD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653BD4 is #9AC42B. Grayscale: #585858. Windows color (decimal): -10142764 or 13908837. OLE color: 13908837.

HSL color Cylindrical-coordinate representation of color #653BD4: hue angle of 256.47º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #653BD4 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 101 59 212 -
CMYK 0.52 0.72 0 0.17
HSL 256.47º 0.64% 0.53% -
HSV(B) 256.47º 0.72% 0.83% -
XYZ 18.81 10.65 63.35 -
YUV 89 197.41 136.56 -
System Red Green Blue C M Y K H S L
Decimal 101 59 212 0.52 0.72 0 0.17 256.47 0.64 0.53
Hex 65 3B D4 34 48 0 11 100 40 35
Octal 145 73 324 64 110 0 21 400 100 65
Binary 1100101 111011 11010100 110100 1001000 0 10001 100000000 1000000 110101

Color Harmonies of #653BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653BD4

Black with #653BD4

Text Example


Text Example

White with #653BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653BD4; }

 p { color: rgb(101,59,212); }

 H1.HeaderClassName
 {
   color: #653BD4;
 }
 .AnyTagClassName
 {
   color: #653BD4;
 }
</style>

background-color css

<style>
 a { background-color: #653BD4; }

 a { background-color: rgb(101,59,212); }

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

border-color css

<style>
 span { border-color: #653BD4; }

 span { border-color: rgb(101,59,212); }

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