Html Css Color HEX #650BCD Purple Heart

📋 copy color: '#650BCD'

red 101 ◦ green 11 ◦ blue 205

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

Shades of Purple Heart #650BCD

Tints of Purple Heart #650BCD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.47%

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

R = 31.86%
G = 3.47%
B = 64.67%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#650BCD (or 0x650BCD) is known color: Purple Heart. HEX triplet: 65, 0B and CD. RGB value is (101,11,205). Sum of RGB (Red+Green+Blue) = 101+11+205=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #650BCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650BCD is #9AF432. Grayscale: #3B3B3B. Windows color (decimal): -10155059 or 13437797. OLE color: 13437797.

HSL color Cylindrical-coordinate representation of color #650BCD: hue angle of 267.84º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #650BCD is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 11 205 -
CMYK 0.51 0.95 0 0.20
HSL 267.84º 0.9% 0.42% -
HSV(B) 267.84º 0.95% 0.8% -
XYZ 16.51 7.41 58.32 -
YUV 60.03 209.82 157.23 -
System Red Green Blue C M Y K H S L
Decimal 101 11 205 0.51 0.95 0 0.20 267.84 0.9 0.42
Hex 65 B CD 33 5F 0 14 10C 5A 2A
Octal 145 13 315 63 137 0 24 414 132 52
Binary 1100101 1011 11001101 110011 1011111 0 10100 100001100 1011010 101010

Color Harmonies of #650BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650BCD

Black with #650BCD

Text Example


Text Example

White with #650BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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