Html Css Color HEX #653FBC Purple Heart

📋 copy color: '#653FBC'

red 101 ◦ green 63 ◦ blue 188

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

Shades of Purple Heart #653FBC

Tints of Purple Heart #653FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.41%

R = 28.69%
G = 17.9%
B = 53.41%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#653FBC (or 0x653FBC) is known color: Purple Heart. HEX triplet: 65, 3F and BC. RGB value is (101,63,188). Sum of RGB (Red+Green+Blue) = 101+63+188=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #653FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653FBC is #9AC043. Grayscale: #585858. Windows color (decimal): -10141764 or 12336997. OLE color: 12336997.

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

Color convert

RGB 101 63 188 -
CMYK 0.46 0.66 0 0.26
HSL 258.24º 0.5% 0.49% -
HSV(B) 258.24º 0.66% 0.74% -
XYZ 16.22 9.95 48.64 -
YUV 88.61 184.09 136.84 -
System Red Green Blue C M Y K H S L
Decimal 101 63 188 0.46 0.66 0 0.26 258.24 0.5 0.49
Hex 65 3F BC 2E 42 0 1A 102 32 31
Octal 145 77 274 56 102 0 32 402 62 61
Binary 1100101 111111 10111100 101110 1000010 0 11010 100000010 110010 110001

Color Harmonies of #653FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653FBC

Black with #653FBC

Text Example


Text Example

White with #653FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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