Html Css Color HEX #650ABB Purple Heart

📋 copy color: '#650ABB'

red 101 ◦ green 10 ◦ blue 187

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

Shades of Purple Heart #650ABB

Tints of Purple Heart #650ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 62.75%

R = 33.89%
G = 3.36%
B = 62.75%

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

#650ABB (or 0x650ABB) is known color: Purple Heart. HEX triplet: 65, 0A and BB. RGB value is (101,10,187). Sum of RGB (Red+Green+Blue) = 101+10+187=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #650ABB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650ABB is #9AF544. Grayscale: #383838. Windows color (decimal): -10155333 or 12257893. OLE color: 12257893.

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

Color convert

RGB 101 10 187 -
CMYK 0.46 0.95 0 0.27
HSL 270.85º 0.9% 0.39% -
HSV(B) 270.85º 0.95% 0.73% -
XYZ 14.45 6.57 47.52 -
YUV 57.39 201.15 159.11 -
System Red Green Blue C M Y K H S L
Decimal 101 10 187 0.46 0.95 0 0.27 270.85 0.9 0.39
Hex 65 A BB 2E 5F 0 1B 10F 5A 27
Octal 145 12 273 56 137 0 33 417 132 47
Binary 1100101 1010 10111011 101110 1011111 0 11011 100001111 1011010 100111

Color Harmonies of #650ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650ABB

Black with #650ABB

Text Example


Text Example

White with #650ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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