Html Css Color HEX #653FCC Purple Heart

📋 copy color: '#653FCC'

red 101 ◦ green 63 ◦ blue 204

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

Shades of Purple Heart #653FCC

Tints of Purple Heart #653FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.43%

R = 27.45%
G = 17.12%
B = 55.43%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#653FCC (or 0x653FCC) is known color: Purple Heart. HEX triplet: 65, 3F and CC. RGB value is (101,63,204). Sum of RGB (Red+Green+Blue) = 101+63+204=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #653FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653FCC is #9AC033. Grayscale: #595959. Windows color (decimal): -10141748 or 13385573. OLE color: 13385573.

HSL color Cylindrical-coordinate representation of color #653FCC: hue angle of 256.17º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #653FCC is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 63 204 -
CMYK 0.50 0.69 0 0.2
HSL 256.17º 0.58% 0.52% -
HSV(B) 256.17º 0.69% 0.8% -
XYZ 18.04 10.68 58.24 -
YUV 90.44 192.09 135.54 -
System Red Green Blue C M Y K H S L
Decimal 101 63 204 0.50 0.69 0 0.2 256.17 0.58 0.52
Hex 65 3F CC 32 45 0 14 100 3A 34
Octal 145 77 314 62 105 0 24 400 72 64
Binary 1100101 111111 11001100 110010 1000101 0 10100 100000000 111010 110100

Color Harmonies of #653FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653FCC

Black with #653FCC

Text Example


Text Example

White with #653FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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