Html Css Color HEX #653CBC Purple Heart

📋 copy color: '#653CBC'

red 101 ◦ green 60 ◦ blue 188

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

Shades of Purple Heart #653CBC

Tints of Purple Heart #653CBC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.19%

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

R = 28.94%
G = 17.19%
B = 53.87%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#653CBC (or 0x653CBC) is known color: Purple Heart. HEX triplet: 65, 3C and BC. RGB value is (101,60,188). Sum of RGB (Red+Green+Blue) = 101+60+188=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #653CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653CBC is #9AC343. Grayscale: #565656. Windows color (decimal): -10142532 or 12336229. OLE color: 12336229.

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

Color convert

RGB 101 60 188 -
CMYK 0.46 0.68 0 0.26
HSL 259.22º 0.52% 0.49% -
HSV(B) 259.22º 0.68% 0.74% -
XYZ 16.06 9.63 48.59 -
YUV 86.85 185.08 138.09 -
System Red Green Blue C M Y K H S L
Decimal 101 60 188 0.46 0.68 0 0.26 259.22 0.52 0.49
Hex 65 3C BC 2E 44 0 1A 103 34 31
Octal 145 74 274 56 104 0 32 403 64 61
Binary 1100101 111100 10111100 101110 1000100 0 11010 100000011 110100 110001

Color Harmonies of #653CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653CBC

Black with #653CBC

Text Example


Text Example

White with #653CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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