Html Css Color HEX #653FCD Purple Heart

📋 copy color: '#653FCD'

red 101 ◦ green 63 ◦ blue 205

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

Shades of Purple Heart #653FCD

Tints of Purple Heart #653FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.56%

R = 27.37%
G = 17.07%
B = 55.56%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#653FCD (or 0x653FCD) is known color: Purple Heart. HEX triplet: 65, 3F and CD. RGB value is (101,63,205). Sum of RGB (Red+Green+Blue) = 101+63+205=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #653FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653FCD is #9AC032. Grayscale: #5A5A5A. Windows color (decimal): -10141747 or 13451109. OLE color: 13451109.

HSL color Cylindrical-coordinate representation of color #653FCD: hue angle of 256.06º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #653FCD is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 63 205 -
CMYK 0.51 0.69 0 0.20
HSL 256.06º 0.59% 0.53% -
HSV(B) 256.06º 0.69% 0.8% -
XYZ 18.16 10.73 58.87 -
YUV 90.55 192.59 135.45 -
System Red Green Blue C M Y K H S L
Decimal 101 63 205 0.51 0.69 0 0.20 256.06 0.59 0.53
Hex 65 3F CD 33 45 0 14 100 3B 35
Octal 145 77 315 63 105 0 24 400 73 65
Binary 1100101 111111 11001101 110011 1000101 0 10100 100000000 111011 110101

Color Harmonies of #653FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653FCD

Black with #653FCD

Text Example


Text Example

White with #653FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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