Html Css Color HEX #653BE1 Purple Heart

📋 copy color: '#653BE1'

red 101 ◦ green 59 ◦ blue 225

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

Shades of Purple Heart #653BE1

Tints of Purple Heart #653BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 58.44%

R = 26.23%
G = 15.32%
B = 58.44%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#653BE1 (or 0x653BE1) is known color: Purple Heart. HEX triplet: 65, 3B and E1. RGB value is (101,59,225). Sum of RGB (Red+Green+Blue) = 101+59+225=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 59 (23.44% from 255 or 15.32% from 385); Blue value is 225 (88.28% from 255 or 58.44% from 385); Max value from RGB is 225 - color contains mainly: blue. Hex color #653BE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653BE1 is #9AC41E. Grayscale: #595959. Windows color (decimal): -10142751 or 14760805. OLE color: 14760805.

HSL color Cylindrical-coordinate representation of color #653BE1: hue angle of 255.18º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #653BE1 is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 101 59 225 -
CMYK 0.55 0.74 0 0.12
HSL 255.18º 0.73% 0.56% -
HSV(B) 255.18º 0.74% 0.88% -
XYZ 20.52 11.33 72.34 -
YUV 90.48 203.91 135.5 -
System Red Green Blue C M Y K H S L
Decimal 101 59 225 0.55 0.74 0 0.12 255.18 0.73 0.56
Hex 65 3B E1 37 4A 0 C FF 49 38
Octal 145 73 341 67 112 0 14 377 111 70
Binary 1100101 111011 11100001 110111 1001010 0 1100 11111111 1001001 111000

Color Harmonies of #653BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653BE1

Black with #653BE1

Text Example


Text Example

White with #653BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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