Html Css Color HEX #640BC6 Purple Heart

📋 copy color: '#640BC6'

red 100 ◦ green 11 ◦ blue 198

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

Shades of Purple Heart #640BC6

Tints of Purple Heart #640BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 64.08%

R = 32.36%
G = 3.56%
B = 64.08%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#640BC6 (or 0x640BC6) is known color: Purple Heart. HEX triplet: 64, 0B and C6. RGB value is (100,11,198). Sum of RGB (Red+Green+Blue) = 100+11+198=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 11 (4.69% from 255 or 3.56% from 309); Blue value is 198 (77.73% from 255 or 64.08% from 309); Max value from RGB is 198 - color contains mainly: blue. Hex color #640BC6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640BC6 is #9BF439. Grayscale: #3A3A3A. Windows color (decimal): -10220602 or 12979044. OLE color: 12979044.

HSL color Cylindrical-coordinate representation of color #640BC6: hue angle of 268.56º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640BC6 is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 100 11 198 -
CMYK 0.49 0.94 0 0.22
HSL 268.56º 0.89% 0.41% -
HSV(B) 268.56º 0.94% 0.78% -
XYZ 15.57 7.03 53.96 -
YUV 58.93 206.49 157.29 -
System Red Green Blue C M Y K H S L
Decimal 100 11 198 0.49 0.94 0 0.22 268.56 0.89 0.41
Hex 64 B C6 31 5E 0 16 10D 59 29
Octal 144 13 306 61 136 0 26 415 131 51
Binary 1100100 1011 11000110 110001 1011110 0 10110 100001101 1011001 101001

Color Harmonies of #640BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640BC6

Black with #640BC6

Text Example


Text Example

White with #640BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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