Html Css Color HEX #653FBA Purple Heart

📋 copy color: '#653FBA'

red 101 ◦ green 63 ◦ blue 186

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

Shades of Purple Heart #653FBA

Tints of Purple Heart #653FBA

RGB

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

 GREEN value IS 63 (25% from 255) = 18%

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

R = 28.86%
G = 18%
B = 53.14%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#653FBA (or 0x653FBA) is known color: Purple Heart. HEX triplet: 65, 3F and BA. RGB value is (101,63,186). Sum of RGB (Red+Green+Blue) = 101+63+186=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #653FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653FBA is #9AC045. Grayscale: #575757. Windows color (decimal): -10141766 or 12205925. OLE color: 12205925.

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

Color convert

RGB 101 63 186 -
CMYK 0.46 0.66 0 0.27
HSL 258.54º 0.49% 0.49% -
HSV(B) 258.54º 0.66% 0.73% -
XYZ 16.01 9.87 47.52 -
YUV 88.38 183.09 137 -
System Red Green Blue C M Y K H S L
Decimal 101 63 186 0.46 0.66 0 0.27 258.54 0.49 0.49
Hex 65 3F BA 2E 42 0 1B 103 31 31
Octal 145 77 272 56 102 0 33 403 61 61
Binary 1100101 111111 10111010 101110 1000010 0 11011 100000011 110001 110001

Color Harmonies of #653FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653FBA

Black with #653FBA

Text Example


Text Example

White with #653FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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