Html Css Color HEX #640BC1 Purple Heart

📋 copy color: '#640BC1'

red 100 ◦ green 11 ◦ blue 193

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

Shades of Purple Heart #640BC1

Tints of Purple Heart #640BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 63.49%

R = 32.89%
G = 3.62%
B = 63.49%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#640BC1 (or 0x640BC1) is known color: Purple Heart. HEX triplet: 64, 0B and C1. RGB value is (100,11,193). Sum of RGB (Red+Green+Blue) = 100+11+193=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 193 (75.78% from 255 or 63.49% from 304); Max value from RGB is 193 - color contains mainly: blue. Hex color #640BC1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640BC1 is #9BF43E. Grayscale: #393939. Windows color (decimal): -10220607 or 12651364. OLE color: 12651364.

HSL color Cylindrical-coordinate representation of color #640BC1: hue angle of 269.34º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640BC1 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 11 193 -
CMYK 0.48 0.94 0 0.24
HSL 269.34º 0.89% 0.4% -
HSV(B) 269.34º 0.94% 0.76% -
XYZ 15 6.8 50.97 -
YUV 58.36 203.99 157.7 -
System Red Green Blue C M Y K H S L
Decimal 100 11 193 0.48 0.94 0 0.24 269.34 0.89 0.4
Hex 64 B C1 30 5E 0 18 10D 59 28
Octal 144 13 301 60 136 0 30 415 131 50
Binary 1100100 1011 11000001 110000 1011110 0 11000 100001101 1011001 101000

Color Harmonies of #640BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640BC1

Black with #640BC1

Text Example


Text Example

White with #640BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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