Html Css Color HEX #650DC5 Purple Heart

📋 copy color: '#650DC5'

red 101 ◦ green 13 ◦ blue 197

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

Shades of Purple Heart #650DC5

Tints of Purple Heart #650DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 63.34%

R = 32.48%
G = 4.18%
B = 63.34%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#650DC5 (or 0x650DC5) is known color: Purple Heart. HEX triplet: 65, 0D and C5. RGB value is (101,13,197). Sum of RGB (Red+Green+Blue) = 101+13+197=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 13 (5.47% from 255 or 4.18% from 311); Blue value is 197 (77.34% from 255 or 63.34% from 311); Max value from RGB is 197 - color contains mainly: blue. Hex color #650DC5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650DC5 is #9AF23A. Grayscale: #3B3B3B. Windows color (decimal): -10154555 or 12914021. OLE color: 12914021.

HSL color Cylindrical-coordinate representation of color #650DC5: hue angle of 268.7º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #650DC5 is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 101 13 197 -
CMYK 0.49 0.93 0 0.23
HSL 268.7º 0.88% 0.41% -
HSV(B) 268.7º 0.93% 0.77% -
XYZ 15.59 7.09 53.37 -
YUV 60.29 205.15 157.04 -
System Red Green Blue C M Y K H S L
Decimal 101 13 197 0.49 0.93 0 0.23 268.7 0.88 0.41
Hex 65 D C5 31 5D 0 17 10D 58 29
Octal 145 15 305 61 135 0 27 415 130 51
Binary 1100101 1101 11000101 110001 1011101 0 10111 100001101 1011000 101001

Color Harmonies of #650DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650DC5

Black with #650DC5

Text Example


Text Example

White with #650DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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