Html Css Color HEX #640BAF Purple Heart

📋 copy color: '#640BAF'

red 100 ◦ green 11 ◦ blue 175

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

Shades of Purple Heart #640BAF

Tints of Purple Heart #640BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 61.19%

R = 34.97%
G = 3.85%
B = 61.19%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#640BAF (or 0x640BAF) is known color: Purple Heart. HEX triplet: 64, 0B and AF. RGB value is (100,11,175). Sum of RGB (Red+Green+Blue) = 100+11+175=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 175 (68.75% from 255 or 61.19% from 286); Max value from RGB is 175 - color contains mainly: blue. Hex color #640BAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640BAF is #9BF450. Grayscale: #373737. Windows color (decimal): -10220625 or 11471716. OLE color: 11471716.

HSL color Cylindrical-coordinate representation of color #640BAF: hue angle of 272.56º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640BAF is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 11 175 -
CMYK 0.43 0.94 0 0.31
HSL 272.56º 0.88% 0.36% -
HSV(B) 272.56º 0.94% 0.69% -
XYZ 13.11 6.04 41.03 -
YUV 56.31 194.99 159.16 -
System Red Green Blue C M Y K H S L
Decimal 100 11 175 0.43 0.94 0 0.31 272.56 0.88 0.36
Hex 64 B AF 2B 5E 0 1F 111 58 24
Octal 144 13 257 53 136 0 37 421 130 44
Binary 1100100 1011 10101111 101011 1011110 0 11111 100010001 1011000 100100

Color Harmonies of #640BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640BAF

Black with #640BAF

Text Example


Text Example

White with #640BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,11,175); }

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

background-color css

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

 a { background-color: rgb(100,11,175); }

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

border-color css

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

 span { border-color: rgb(100,11,175); }

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