Html Css Color HEX #650BAE Purple Heart

📋 copy color: '#650BAE'

red 101 ◦ green 11 ◦ blue 174

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

Shades of Purple Heart #650BAE

Tints of Purple Heart #650BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 60.84%

R = 35.31%
G = 3.85%
B = 60.84%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#650BAE (or 0x650BAE) is known color: Purple Heart. HEX triplet: 65, 0B and AE. RGB value is (101,11,174). Sum of RGB (Red+Green+Blue) = 101+11+174=286 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.31% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #650BAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650BAE is #9AF451. Grayscale: #373737. Windows color (decimal): -10155090 or 11406181. OLE color: 11406181.

HSL color Cylindrical-coordinate representation of color #650BAE: hue angle of 273.13º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #650BAE is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 11 174 -
CMYK 0.42 0.94 0 0.32
HSL 273.13º 0.88% 0.36% -
HSV(B) 273.13º 0.94% 0.68% -
XYZ 13.13 6.06 40.52 -
YUV 56.49 194.32 159.75 -
System Red Green Blue C M Y K H S L
Decimal 101 11 174 0.42 0.94 0 0.32 273.13 0.88 0.36
Hex 65 B AE 2A 5E 0 20 111 58 24
Octal 145 13 256 52 136 0 40 421 130 44
Binary 1100101 1011 10101110 101010 1011110 0 100000 100010001 1011000 100100

Color Harmonies of #650BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650BAE

Black with #650BAE

Text Example


Text Example

White with #650BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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