Html Css Color HEX #653CBE Purple Heart

📋 copy color: '#653CBE'

red 101 ◦ green 60 ◦ blue 190

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

Shades of Purple Heart #653CBE

Tints of Purple Heart #653CBE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.09%

 BLUE value IS 190 (74.61% from 255) = 54.13%

R = 28.77%
G = 17.09%
B = 54.13%

CMYK

 C value IS 0.47

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#653CBE (or 0x653CBE) is known color: Purple Heart. HEX triplet: 65, 3C and BE. RGB value is (101,60,190). Sum of RGB (Red+Green+Blue) = 101+60+190=351 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.77% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #653CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653CBE is #9AC341. Grayscale: #565656. Windows color (decimal): -10142530 or 12467301. OLE color: 12467301.

HSL color Cylindrical-coordinate representation of color #653CBE: hue angle of 258.92º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #653CBE is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 60 190 -
CMYK 0.47 0.68 0 0.25
HSL 258.92º 0.52% 0.49% -
HSV(B) 258.92º 0.68% 0.75% -
XYZ 16.28 9.72 49.73 -
YUV 87.08 186.08 137.93 -
System Red Green Blue C M Y K H S L
Decimal 101 60 190 0.47 0.68 0 0.25 258.92 0.52 0.49
Hex 65 3C BE 2F 44 0 19 103 34 31
Octal 145 74 276 57 104 0 31 403 64 61
Binary 1100101 111100 10111110 101111 1000100 0 11001 100000011 110100 110001

Color Harmonies of #653CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653CBE

Black with #653CBE

Text Example


Text Example

White with #653CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,60,190); }

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

background-color css

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

 a { background-color: rgb(101,60,190); }

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

border-color css

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

 span { border-color: rgb(101,60,190); }

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