Html Css Color HEX #650ACD Purple Heart

📋 copy color: '#650ACD'

red 101 ◦ green 10 ◦ blue 205

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

Shades of Purple Heart #650ACD

Tints of Purple Heart #650ACD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.16%

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

R = 31.96%
G = 3.16%
B = 64.87%

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

#650ACD (or 0x650ACD) is known color: Purple Heart. HEX triplet: 65, 0A and CD. RGB value is (101,10,205). Sum of RGB (Red+Green+Blue) = 101+10+205=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #650ACD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650ACD is #9AF532. Grayscale: #3A3A3A. Windows color (decimal): -10155315 or 13437541. OLE color: 13437541.

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

Color convert

RGB 101 10 205 -
CMYK 0.51 0.95 0 0.20
HSL 268º 0.91% 0.42% -
HSV(B) 268º 0.95% 0.8% -
XYZ 16.49 7.39 58.31 -
YUV 59.44 210.15 157.64 -
System Red Green Blue C M Y K H S L
Decimal 101 10 205 0.51 0.95 0 0.20 268 0.91 0.42
Hex 65 A CD 33 5F 0 14 10C 5B 2A
Octal 145 12 315 63 137 0 24 414 133 52
Binary 1100101 1010 11001101 110011 1011111 0 10100 100001100 1011011 101010

Color Harmonies of #650ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650ACD

Black with #650ACD

Text Example


Text Example

White with #650ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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