Html Css Color HEX #650DAB Purple Heart

📋 copy color: '#650DAB'

red 101 ◦ green 13 ◦ blue 171

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

Shades of Purple Heart #650DAB

Tints of Purple Heart #650DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60%

R = 35.44%
G = 4.56%
B = 60%

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

#650DAB (or 0x650DAB) is known color: Purple Heart. HEX triplet: 65, 0D and AB. RGB value is (101,13,171). Sum of RGB (Red+Green+Blue) = 101+13+171=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #650DAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650DAB is #9AF254. Grayscale: #383838. Windows color (decimal): -10154581 or 11210085. OLE color: 11210085.

HSL color Cylindrical-coordinate representation of color #650DAB: hue angle of 273.42º 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 #650DAB is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 13 171 -
CMYK 0.41 0.92 0 0.33
HSL 273.42º 0.86% 0.36% -
HSV(B) 273.42º 0.92% 0.67% -
XYZ 12.86 5.99 39.01 -
YUV 57.32 192.15 159.15 -
System Red Green Blue C M Y K H S L
Decimal 101 13 171 0.41 0.92 0 0.33 273.42 0.86 0.36
Hex 65 D AB 29 5C 0 21 111 56 24
Octal 145 15 253 51 134 0 41 421 126 44
Binary 1100101 1101 10101011 101001 1011100 0 100001 100010001 1010110 100100

Color Harmonies of #650DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650DAB

Black with #650DAB

Text Example


Text Example

White with #650DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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