Html Css Color HEX #640ACB Purple Heart

📋 copy color: '#640ACB'

red 100 ◦ green 10 ◦ blue 203

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

Shades of Purple Heart #640ACB

Tints of Purple Heart #640ACB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.19%

 BLUE value IS 203 (79.69% from 255) = 64.86%

R = 31.95%
G = 3.19%
B = 64.86%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#640ACB (or 0x640ACB) is known color: Purple Heart. HEX triplet: 64, 0A and CB. RGB value is (100,10,203). Sum of RGB (Red+Green+Blue) = 100+10+203=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #640ACB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640ACB is #9BF534. Grayscale: #3A3A3A. Windows color (decimal): -10220853 or 13306468. OLE color: 13306468.

HSL color Cylindrical-coordinate representation of color #640ACB: hue angle of 267.98º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640ACB is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 10 203 -
CMYK 0.51 0.95 0 0.20
HSL 267.98º 0.91% 0.42% -
HSV(B) 267.98º 0.95% 0.8% -
XYZ 16.14 7.24 57.05 -
YUV 58.91 209.32 157.31 -
System Red Green Blue C M Y K H S L
Decimal 100 10 203 0.51 0.95 0 0.20 267.98 0.91 0.42
Hex 64 A CB 33 5F 0 14 10C 5B 2A
Octal 144 12 313 63 137 0 24 414 133 52
Binary 1100100 1010 11001011 110011 1011111 0 10100 100001100 1011011 101010

Color Harmonies of #640ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640ACB

Black with #640ACB

Text Example


Text Example

White with #640ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,10,203); }

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

background-color css

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

 a { background-color: rgb(100,10,203); }

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

border-color css

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

 span { border-color: rgb(100,10,203); }

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