Html Css Color HEX #640CCF Purple Heart

📋 copy color: '#640CCF'

red 100 ◦ green 12 ◦ blue 207

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

Shades of Purple Heart #640CCF

Tints of Purple Heart #640CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 64.89%

R = 31.35%
G = 3.76%
B = 64.89%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#640CCF (or 0x640CCF) is known color: Purple Heart. HEX triplet: 64, 0C and CF. RGB value is (100,12,207). Sum of RGB (Red+Green+Blue) = 100+12+207=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 207 (81.25% from 255 or 64.89% from 319); Max value from RGB is 207 - color contains mainly: blue. Hex color #640CCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640CCF is #9BF330. Grayscale: #3B3B3B. Windows color (decimal): -10220337 or 13569124. OLE color: 13569124.

HSL color Cylindrical-coordinate representation of color #640CCF: hue angle of 267.08º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640CCF is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 12 207 -
CMYK 0.52 0.94 0 0.19
HSL 267.08º 0.89% 0.43% -
HSV(B) 267.08º 0.94% 0.81% -
XYZ 16.65 7.48 59.6 -
YUV 60.54 210.65 156.14 -
System Red Green Blue C M Y K H S L
Decimal 100 12 207 0.52 0.94 0 0.19 267.08 0.89 0.43
Hex 64 C CF 34 5E 0 13 10B 59 2B
Octal 144 14 317 64 136 0 23 413 131 53
Binary 1100100 1100 11001111 110100 1011110 0 10011 100001011 1011001 101011

Color Harmonies of #640CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640CCF

Black with #640CCF

Text Example


Text Example

White with #640CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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