Html Css Color HEX #650CC5 Purple Heart

📋 copy color: '#650CC5'

red 101 ◦ green 12 ◦ blue 197

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

Shades of Purple Heart #650CC5

Tints of Purple Heart #650CC5

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.87%

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

R = 32.58%
G = 3.87%
B = 63.55%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#650CC5 (or 0x650CC5) is known color: Purple Heart. HEX triplet: 65, 0C and C5. RGB value is (101,12,197). Sum of RGB (Red+Green+Blue) = 101+12+197=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 197 (77.34% from 255 or 63.55% from 310); Max value from RGB is 197 - color contains mainly: blue. Hex color #650CC5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650CC5 is #9AF33A. Grayscale: #3B3B3B. Windows color (decimal): -10154811 or 12913765. OLE color: 12913765.

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

Color convert

RGB 101 12 197 -
CMYK 0.49 0.94 0 0.23
HSL 268.86º 0.89% 0.41% -
HSV(B) 268.86º 0.94% 0.77% -
XYZ 15.58 7.06 53.37 -
YUV 59.7 205.49 157.46 -
System Red Green Blue C M Y K H S L
Decimal 101 12 197 0.49 0.94 0 0.23 268.86 0.89 0.41
Hex 65 C C5 31 5E 0 17 10D 59 29
Octal 145 14 305 61 136 0 27 415 131 51
Binary 1100101 1100 11000101 110001 1011110 0 10111 100001101 1011001 101001

Color Harmonies of #650CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650CC5

Black with #650CC5

Text Example


Text Example

White with #650CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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