Html Css Color HEX #653BBC Purple Heart

📋 copy color: '#653BBC'

red 101 ◦ green 59 ◦ blue 188

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

Shades of Purple Heart #653BBC

Tints of Purple Heart #653BBC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.95%

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

R = 29.02%
G = 16.95%
B = 54.02%

CMYK

 C value IS 0.46

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#653BBC (or 0x653BBC) is known color: Purple Heart. HEX triplet: 65, 3B and BC. RGB value is (101,59,188). Sum of RGB (Red+Green+Blue) = 101+59+188=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 59 (23.44% from 255 or 16.95% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #653BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653BBC is #9AC443. Grayscale: #555555. Windows color (decimal): -10142788 or 12335973. OLE color: 12335973.

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

Color convert

RGB 101 59 188 -
CMYK 0.46 0.69 0 0.26
HSL 259.53º 0.52% 0.48% -
HSV(B) 259.53º 0.69% 0.74% -
XYZ 16.01 9.53 48.57 -
YUV 86.26 185.41 138.51 -
System Red Green Blue C M Y K H S L
Decimal 101 59 188 0.46 0.69 0 0.26 259.53 0.52 0.48
Hex 65 3B BC 2E 45 0 1A 104 34 30
Octal 145 73 274 56 105 0 32 404 64 60
Binary 1100101 111011 10111100 101110 1000101 0 11010 100000100 110100 110000

Color Harmonies of #653BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653BBC

Black with #653BBC

Text Example


Text Example

White with #653BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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