Html Css Color HEX #650CC8 Purple Heart

📋 copy color: '#650CC8'

red 101 ◦ green 12 ◦ blue 200

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

Shades of Purple Heart #650CC8

Tints of Purple Heart #650CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 63.9%

R = 32.27%
G = 3.83%
B = 63.9%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#650CC8 (or 0x650CC8) is known color: Purple Heart. HEX triplet: 65, 0C and C8. RGB value is (101,12,200). Sum of RGB (Red+Green+Blue) = 101+12+200=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 200 (78.52% from 255 or 63.90% from 313); Max value from RGB is 200 - color contains mainly: blue. Hex color #650CC8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650CC8 is #9AF337. Grayscale: #3B3B3B. Windows color (decimal): -10154808 or 13110373. OLE color: 13110373.

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

Color convert

RGB 101 12 200 -
CMYK 0.49 0.94 0 0.22
HSL 268.4º 0.89% 0.42% -
HSV(B) 268.4º 0.94% 0.78% -
XYZ 15.92 7.2 55.19 -
YUV 60.04 206.99 157.21 -
System Red Green Blue C M Y K H S L
Decimal 101 12 200 0.49 0.94 0 0.22 268.4 0.89 0.42
Hex 65 C C8 31 5E 0 16 10C 59 2A
Octal 145 14 310 61 136 0 26 414 131 52
Binary 1100101 1100 11001000 110001 1011110 0 10110 100001100 1011001 101010

Color Harmonies of #650CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650CC8

Black with #650CC8

Text Example


Text Example

White with #650CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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