Html Css Color HEX #653DBF Purple Heart

📋 copy color: '#653DBF'

red 101 ◦ green 61 ◦ blue 191

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

Shades of Purple Heart #653DBF

Tints of Purple Heart #653DBF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.28%

 BLUE value IS 191 (75% from 255) = 54.11%

R = 28.61%
G = 17.28%
B = 54.11%

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

#653DBF (or 0x653DBF) is known color: Purple Heart. HEX triplet: 65, 3D and BF. RGB value is (101,61,191). Sum of RGB (Red+Green+Blue) = 101+61+191=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #653DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653DBF is #9AC240. Grayscale: #575757. Windows color (decimal): -10142273 or 12533093. OLE color: 12533093.

HSL color Cylindrical-coordinate representation of color #653DBF: hue angle of 258.46º 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 #653DBF is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 61 191 -
CMYK 0.47 0.68 0 0.25
HSL 258.46º 0.52% 0.49% -
HSV(B) 258.46º 0.68% 0.75% -
XYZ 16.44 9.87 50.33 -
YUV 87.78 186.25 137.43 -
System Red Green Blue C M Y K H S L
Decimal 101 61 191 0.47 0.68 0 0.25 258.46 0.52 0.49
Hex 65 3D BF 2F 44 0 19 102 34 31
Octal 145 75 277 57 104 0 31 402 64 61
Binary 1100101 111101 10111111 101111 1000100 0 11001 100000010 110100 110001

Color Harmonies of #653DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653DBF

Black with #653DBF

Text Example


Text Example

White with #653DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,61,191); }

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

background-color css

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

 a { background-color: rgb(101,61,191); }

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

border-color css

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

 span { border-color: rgb(101,61,191); }

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