Html Css Color HEX #650DCC Purple Heart

📋 copy color: '#650DCC'

red 101 ◦ green 13 ◦ blue 204

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

Shades of Purple Heart #650DCC

Tints of Purple Heart #650DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 64.15%

R = 31.76%
G = 4.09%
B = 64.15%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#650DCC (or 0x650DCC) is known color: Purple Heart. HEX triplet: 65, 0D and CC. RGB value is (101,13,204). Sum of RGB (Red+Green+Blue) = 101+13+204=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #650DCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650DCC is #9AF233. Grayscale: #3C3C3C. Windows color (decimal): -10154548 or 13372773. OLE color: 13372773.

HSL color Cylindrical-coordinate representation of color #650DCC: hue angle of 267.64º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #650DCC is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 13 204 -
CMYK 0.50 0.94 0 0.2
HSL 267.64º 0.88% 0.43% -
HSV(B) 267.64º 0.94% 0.8% -
XYZ 16.41 7.41 57.69 -
YUV 61.09 208.65 156.47 -
System Red Green Blue C M Y K H S L
Decimal 101 13 204 0.50 0.94 0 0.2 267.64 0.88 0.43
Hex 65 D CC 32 5E 0 14 10C 58 2B
Octal 145 15 314 62 136 0 24 414 130 53
Binary 1100101 1101 11001100 110010 1011110 0 10100 100001100 1011000 101011

Color Harmonies of #650DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650DCC

Black with #650DCC

Text Example


Text Example

White with #650DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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