Html Css Color HEX #650DAC Purple Heart

📋 copy color: '#650DAC'

red 101 ◦ green 13 ◦ blue 172

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

Shades of Purple Heart #650DAC

Tints of Purple Heart #650DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 60.14%

R = 35.31%
G = 4.55%
B = 60.14%

CMYK

 C value IS 0.41

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#650DAC (or 0x650DAC) is known color: Purple Heart. HEX triplet: 65, 0D and AC. RGB value is (101,13,172). Sum of RGB (Red+Green+Blue) = 101+13+172=286 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.31% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #650DAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650DAC is #9AF253. Grayscale: #383838. Windows color (decimal): -10154580 or 11275621. OLE color: 11275621.

HSL color Cylindrical-coordinate representation of color #650DAC: hue angle of 273.21º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #650DAC is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 13 172 -
CMYK 0.41 0.92 0 0.33
HSL 273.21º 0.86% 0.36% -
HSV(B) 273.21º 0.92% 0.67% -
XYZ 12.96 6.03 39.51 -
YUV 57.44 192.65 159.07 -
System Red Green Blue C M Y K H S L
Decimal 101 13 172 0.41 0.92 0 0.33 273.21 0.86 0.36
Hex 65 D AC 29 5C 0 21 111 56 24
Octal 145 15 254 51 134 0 41 421 126 44
Binary 1100101 1101 10101100 101001 1011100 0 100001 100010001 1010110 100100

Color Harmonies of #650DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650DAC

Black with #650DAC

Text Example


Text Example

White with #650DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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