Html Css Color HEX #650BC6 Purple Heart

📋 copy color: '#650BC6'

red 101 ◦ green 11 ◦ blue 198

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

Shades of Purple Heart #650BC6

Tints of Purple Heart #650BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 63.87%

R = 32.58%
G = 3.55%
B = 63.87%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#650BC6 (or 0x650BC6) is known color: Purple Heart. HEX triplet: 65, 0B and C6. RGB value is (101,11,198). Sum of RGB (Red+Green+Blue) = 101+11+198=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 198 (77.73% from 255 or 63.87% from 310); Max value from RGB is 198 - color contains mainly: blue. Hex color #650BC6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650BC6 is #9AF439. Grayscale: #3A3A3A. Windows color (decimal): -10155066 or 12979045. OLE color: 12979045.

HSL color Cylindrical-coordinate representation of color #650BC6: hue angle of 268.88º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #650BC6 is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 101 11 198 -
CMYK 0.49 0.94 0 0.22
HSL 268.88º 0.89% 0.41% -
HSV(B) 268.88º 0.94% 0.78% -
XYZ 15.68 7.08 53.97 -
YUV 59.23 206.32 157.79 -
System Red Green Blue C M Y K H S L
Decimal 101 11 198 0.49 0.94 0 0.22 268.88 0.89 0.41
Hex 65 B C6 31 5E 0 16 10D 59 29
Octal 145 13 306 61 136 0 26 415 131 51
Binary 1100101 1011 11000110 110001 1011110 0 10110 100001101 1011001 101001

Color Harmonies of #650BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650BC6

Black with #650BC6

Text Example


Text Example

White with #650BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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