Html Css Color HEX #650ABA Purple Heart

📋 copy color: '#650ABA'

red 101 ◦ green 10 ◦ blue 186

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

Shades of Purple Heart #650ABA

Tints of Purple Heart #650ABA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.37%

 BLUE value IS 186 (73.05% from 255) = 62.63%

R = 34.01%
G = 3.37%
B = 62.63%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#650ABA (or 0x650ABA) is known color: Purple Heart. HEX triplet: 65, 0A and BA. RGB value is (101,10,186). Sum of RGB (Red+Green+Blue) = 101+10+186=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #650ABA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650ABA is #9AF545. Grayscale: #383838. Windows color (decimal): -10155334 or 12192357. OLE color: 12192357.

HSL color Cylindrical-coordinate representation of color #650ABA: hue angle of 271.02º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #650ABA is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 10 186 -
CMYK 0.46 0.95 0 0.27
HSL 271.02º 0.9% 0.38% -
HSV(B) 271.02º 0.95% 0.73% -
XYZ 14.34 6.53 46.96 -
YUV 57.27 200.65 159.19 -
System Red Green Blue C M Y K H S L
Decimal 101 10 186 0.46 0.95 0 0.27 271.02 0.9 0.38
Hex 65 A BA 2E 5F 0 1B 10F 5A 26
Octal 145 12 272 56 137 0 33 417 132 46
Binary 1100101 1010 10111010 101110 1011111 0 11011 100001111 1011010 100110

Color Harmonies of #650ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650ABA

Black with #650ABA

Text Example


Text Example

White with #650ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,10,186); }

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

background-color css

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

 a { background-color: rgb(101,10,186); }

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

border-color css

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

 span { border-color: rgb(101,10,186); }

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