Html Css Color HEX #650BB1 Purple Heart

📋 copy color: '#650BB1'

red 101 ◦ green 11 ◦ blue 177

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

Shades of Purple Heart #650BB1

Tints of Purple Heart #650BB1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.81%

 BLUE value IS 177 (69.53% from 255) = 61.25%

R = 34.95%
G = 3.81%
B = 61.25%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#650BB1 (or 0x650BB1) is known color: Purple Heart. HEX triplet: 65, 0B and B1. RGB value is (101,11,177). Sum of RGB (Red+Green+Blue) = 101+11+177=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 177 (69.53% from 255 or 61.25% from 289); Max value from RGB is 177 - color contains mainly: blue. Hex color #650BB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650BB1 is #9AF44E. Grayscale: #383838. Windows color (decimal): -10155087 or 11602789. OLE color: 11602789.

HSL color Cylindrical-coordinate representation of color #650BB1: hue angle of 272.53º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #650BB1 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 101 11 177 -
CMYK 0.43 0.94 0 0.31
HSL 272.53º 0.88% 0.37% -
HSV(B) 272.53º 0.94% 0.69% -
XYZ 13.42 6.18 42.08 -
YUV 56.83 195.82 159.5 -
System Red Green Blue C M Y K H S L
Decimal 101 11 177 0.43 0.94 0 0.31 272.53 0.88 0.37
Hex 65 B B1 2B 5E 0 1F 111 58 25
Octal 145 13 261 53 136 0 37 421 130 45
Binary 1100101 1011 10110001 101011 1011110 0 11111 100010001 1011000 100101

Color Harmonies of #650BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650BB1

Black with #650BB1

Text Example


Text Example

White with #650BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650BB1; }

 p { color: rgb(101,11,177); }

 H1.HeaderClassName
 {
   color: #650BB1;
 }
 .AnyTagClassName
 {
   color: #650BB1;
 }
</style>

background-color css

<style>
 a { background-color: #650BB1; }

 a { background-color: rgb(101,11,177); }

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

border-color css

<style>
 span { border-color: #650BB1; }

 span { border-color: rgb(101,11,177); }

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