Html Css Color HEX #653ABA Purple Heart

📋 copy color: '#653ABA'

red 101 ◦ green 58 ◦ blue 186

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

Shades of Purple Heart #653ABA

Tints of Purple Heart #653ABA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.81%

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

R = 29.28%
G = 16.81%
B = 53.91%

CMYK

 C value IS 0.46

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#653ABA (or 0x653ABA) is known color: Purple Heart. HEX triplet: 65, 3A and BA. RGB value is (101,58,186). Sum of RGB (Red+Green+Blue) = 101+58+186=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #653ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653ABA is #9AC545. Grayscale: #545454. Windows color (decimal): -10143046 or 12204645. OLE color: 12204645.

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

Color convert

RGB 101 58 186 -
CMYK 0.46 0.69 0 0.27
HSL 260.16º 0.52% 0.48% -
HSV(B) 260.16º 0.69% 0.73% -
XYZ 15.74 9.34 47.43 -
YUV 85.45 184.75 139.09 -
System Red Green Blue C M Y K H S L
Decimal 101 58 186 0.46 0.69 0 0.27 260.16 0.52 0.48
Hex 65 3A BA 2E 45 0 1B 104 34 30
Octal 145 72 272 56 105 0 33 404 64 60
Binary 1100101 111010 10111010 101110 1000101 0 11011 100000100 110100 110000

Color Harmonies of #653ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653ABA

Black with #653ABA

Text Example


Text Example

White with #653ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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