Html Css Color HEX #653CBA Purple Heart

📋 copy color: '#653CBA'

red 101 ◦ green 60 ◦ blue 186

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

Shades of Purple Heart #653CBA

Tints of Purple Heart #653CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.6%

R = 29.11%
G = 17.29%
B = 53.6%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#653CBA (or 0x653CBA) is known color: Purple Heart. HEX triplet: 65, 3C and BA. RGB value is (101,60,186). Sum of RGB (Red+Green+Blue) = 101+60+186=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #653CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653CBA is #9AC345. Grayscale: #565656. Windows color (decimal): -10142534 or 12205157. OLE color: 12205157.

HSL color Cylindrical-coordinate representation of color #653CBA: hue angle of 259.52º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #653CBA is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 60 186 -
CMYK 0.46 0.68 0 0.27
HSL 259.52º 0.51% 0.48% -
HSV(B) 259.52º 0.68% 0.73% -
XYZ 15.85 9.54 47.46 -
YUV 86.62 184.08 138.25 -
System Red Green Blue C M Y K H S L
Decimal 101 60 186 0.46 0.68 0 0.27 259.52 0.51 0.48
Hex 65 3C BA 2E 44 0 1B 104 33 30
Octal 145 74 272 56 104 0 33 404 63 60
Binary 1100101 111100 10111010 101110 1000100 0 11011 100000100 110011 110000

Color Harmonies of #653CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653CBA

Black with #653CBA

Text Example


Text Example

White with #653CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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