Html Css Color HEX #640CBE Purple Heart

📋 copy color: '#640CBE'

red 100 ◦ green 12 ◦ blue 190

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

Shades of Purple Heart #640CBE

Tints of Purple Heart #640CBE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.97%

 BLUE value IS 190 (74.61% from 255) = 62.91%

R = 33.11%
G = 3.97%
B = 62.91%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#640CBE (or 0x640CBE) is known color: Purple Heart. HEX triplet: 64, 0C and BE. RGB value is (100,12,190). Sum of RGB (Red+Green+Blue) = 100+12+190=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 190 (74.61% from 255 or 62.91% from 302); Max value from RGB is 190 - color contains mainly: blue. Hex color #640CBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640CBE is #9BF341. Grayscale: #393939. Windows color (decimal): -10220354 or 12455012. OLE color: 12455012.

HSL color Cylindrical-coordinate representation of color #640CBE: hue angle of 269.66º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640CBE is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 12 190 -
CMYK 0.47 0.94 0 0.25
HSL 269.66º 0.88% 0.4% -
HSV(B) 269.66º 0.94% 0.75% -
XYZ 14.68 6.69 49.23 -
YUV 58.6 202.15 157.53 -
System Red Green Blue C M Y K H S L
Decimal 100 12 190 0.47 0.94 0 0.25 269.66 0.88 0.4
Hex 64 C BE 2F 5E 0 19 10E 58 28
Octal 144 14 276 57 136 0 31 416 130 50
Binary 1100100 1100 10111110 101111 1011110 0 11001 100001110 1011000 101000

Color Harmonies of #640CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640CBE

Black with #640CBE

Text Example


Text Example

White with #640CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,12,190); }

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

background-color css

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

 a { background-color: rgb(100,12,190); }

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

border-color css

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

 span { border-color: rgb(100,12,190); }

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