Html Css Color HEX #640FA5 Purple Heart

📋 copy color: '#640FA5'

red 100 ◦ green 15 ◦ blue 165

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

Shades of Purple Heart #640FA5

Tints of Purple Heart #640FA5

RGB

 RED value IS 100 (39.45% from 255) = 35.71%

 GREEN value IS 15 (6.25% from 255) = 5.36%

 BLUE value IS 165 (64.84% from 255) = 58.93%

R = 35.71%
G = 5.36%
B = 58.93%

CMYK

 C value IS 0.39

 M value IS 0.91

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#640FA5 (or 0x640FA5) is known color: Purple Heart. HEX triplet: 64, 0F and A5. RGB value is (100,15,165). Sum of RGB (Red+Green+Blue) = 100+15+165=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 165 (64.84% from 255 or 58.93% from 280); Max value from RGB is 165 - color contains mainly: blue. Hex color #640FA5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640FA5 is #9BF05A. Grayscale: #393939. Windows color (decimal): -10219611 or 10817380. OLE color: 10817380.

HSL color Cylindrical-coordinate representation of color #640FA5: hue angle of 274º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #640FA5 is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 15 165 -
CMYK 0.39 0.91 0 0.35
HSL 274º 0.83% 0.35% -
HSV(B) 274º 0.91% 0.65% -
XYZ 12.22 5.77 36.07 -
YUV 57.52 188.66 158.3 -
System Red Green Blue C M Y K H S L
Decimal 100 15 165 0.39 0.91 0 0.35 274 0.83 0.35
Hex 64 F A5 27 5B 0 23 112 53 23
Octal 144 17 245 47 133 0 43 422 123 43
Binary 1100100 1111 10100101 100111 1011011 0 100011 100010010 1010011 100011

Color Harmonies of #640FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640FA5

Black with #640FA5

Text Example


Text Example

White with #640FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640FA5; }

 p { color: rgb(100,15,165); }

 H1.HeaderClassName
 {
   color: #640FA5;
 }
 .AnyTagClassName
 {
   color: #640FA5;
 }
</style>

background-color css

<style>
 a { background-color: #640FA5; }

 a { background-color: rgb(100,15,165); }

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

border-color css

<style>
 span { border-color: #640FA5; }

 span { border-color: rgb(100,15,165); }

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