Html Css Color HEX #650DCD Purple Heart

📋 copy color: '#650DCD'

red 101 ◦ green 13 ◦ blue 205

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

Shades of Purple Heart #650DCD

Tints of Purple Heart #650DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.26%

R = 31.66%
G = 4.08%
B = 64.26%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#650DCD (or 0x650DCD) is known color: Purple Heart. HEX triplet: 65, 0D and CD. RGB value is (101,13,205). Sum of RGB (Red+Green+Blue) = 101+13+205=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #650DCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650DCD is #9AF232. Grayscale: #3C3C3C. Windows color (decimal): -10154547 or 13438309. OLE color: 13438309.

HSL color Cylindrical-coordinate representation of color #650DCD: hue angle of 267.5º 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 #650DCD is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 13 205 -
CMYK 0.51 0.94 0 0.20
HSL 267.5º 0.88% 0.43% -
HSV(B) 267.5º 0.94% 0.8% -
XYZ 16.53 7.46 58.33 -
YUV 61.2 209.15 156.39 -
System Red Green Blue C M Y K H S L
Decimal 101 13 205 0.51 0.94 0 0.20 267.5 0.88 0.43
Hex 65 D CD 33 5E 0 14 10C 58 2B
Octal 145 15 315 63 136 0 24 414 130 53
Binary 1100101 1101 11001101 110011 1011110 0 10100 100001100 1011000 101011

Color Harmonies of #650DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650DCD

Black with #650DCD

Text Example


Text Example

White with #650DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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