Html Css Color HEX #650BBA Purple Heart

📋 copy color: '#650BBA'

red 101 ◦ green 11 ◦ blue 186

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

Shades of Purple Heart #650BBA

Tints of Purple Heart #650BBA

RGB

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

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

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

R = 33.89%
G = 3.69%
B = 62.42%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#650BBA (or 0x650BBA) is known color: Purple Heart. HEX triplet: 65, 0B and BA. RGB value is (101,11,186). Sum of RGB (Red+Green+Blue) = 101+11+186=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #650BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650BBA is #9AF445. Grayscale: #393939. Windows color (decimal): -10155078 or 12192613. OLE color: 12192613.

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

Color convert

RGB 101 11 186 -
CMYK 0.46 0.94 0 0.27
HSL 270.86º 0.89% 0.39% -
HSV(B) 270.86º 0.94% 0.73% -
XYZ 14.35 6.55 46.96 -
YUV 57.86 200.32 158.77 -
System Red Green Blue C M Y K H S L
Decimal 101 11 186 0.46 0.94 0 0.27 270.86 0.89 0.39
Hex 65 B BA 2E 5E 0 1B 10F 59 27
Octal 145 13 272 56 136 0 33 417 131 47
Binary 1100101 1011 10111010 101110 1011110 0 11011 100001111 1011001 100111

Color Harmonies of #650BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650BBA

Black with #650BBA

Text Example


Text Example

White with #650BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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