Html Css Color HEX #650DBA Purple Heart

📋 copy color: '#650DBA'

red 101 ◦ green 13 ◦ blue 186

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

Shades of Purple Heart #650DBA

Tints of Purple Heart #650DBA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.33%

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

R = 33.67%
G = 4.33%
B = 62%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#650DBA (or 0x650DBA) is known color: Purple Heart. HEX triplet: 65, 0D and BA. RGB value is (101,13,186). Sum of RGB (Red+Green+Blue) = 101+13+186=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #650DBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650DBA is #9AF245. Grayscale: #3A3A3A. Windows color (decimal): -10154566 or 12193125. OLE color: 12193125.

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

Color convert

RGB 101 13 186 -
CMYK 0.46 0.93 0 0.27
HSL 270.52º 0.87% 0.39% -
HSV(B) 270.52º 0.93% 0.73% -
XYZ 14.37 6.6 46.97 -
YUV 59.03 199.65 157.93 -
System Red Green Blue C M Y K H S L
Decimal 101 13 186 0.46 0.93 0 0.27 270.52 0.87 0.39
Hex 65 D BA 2E 5D 0 1B 10F 57 27
Octal 145 15 272 56 135 0 33 417 127 47
Binary 1100101 1101 10111010 101110 1011101 0 11011 100001111 1010111 100111

Color Harmonies of #650DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650DBA

Black with #650DBA

Text Example


Text Example

White with #650DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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