Html Css Color HEX #7640CF Purple Heart

📋 copy color: '#7640CF'

red 118 ◦ green 64 ◦ blue 207

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

Shades of Purple Heart #7640CF

Tints of Purple Heart #7640CF

RGB

 RED value IS 118 (46.48% from 255) = 30.33%

 GREEN value IS 64 (25.39% from 255) = 16.45%

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

R = 30.33%
G = 16.45%
B = 53.21%

CMYK

 C value IS 0.43

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7640CF (or 0x7640CF) is known color: Purple Heart. HEX triplet: 76, 40 and CF. RGB value is (118,64,207). Sum of RGB (Red+Green+Blue) = 118+64+207=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #7640CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7640CF is #89BF30. Grayscale: #5F5F5F. Windows color (decimal): -9027377 or 13582454. OLE color: 13582454.

HSL color Cylindrical-coordinate representation of color #7640CF: hue angle of 262.66º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7640CF is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 64 207 -
CMYK 0.43 0.69 0 0.19
HSL 262.66º 0.6% 0.53% -
HSV(B) 262.66º 0.69% 0.81% -
XYZ 20.57 12.02 60.27 -
YUV 96.45 190.39 143.37 -
System Red Green Blue C M Y K H S L
Decimal 118 64 207 0.43 0.69 0 0.19 262.66 0.6 0.53
Hex 76 40 CF 2B 45 0 13 107 3C 35
Octal 166 100 317 53 105 0 23 407 74 65
Binary 1110110 1000000 11001111 101011 1000101 0 10011 100000111 111100 110101

Color Harmonies of #7640CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7640CF

Black with #7640CF

Text Example


Text Example

White with #7640CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7640CF; }

 p { color: rgb(118,64,207); }

 H1.HeaderClassName
 {
   color: #7640CF;
 }
 .AnyTagClassName
 {
   color: #7640CF;
 }
</style>

background-color css

<style>
 a { background-color: #7640CF; }

 a { background-color: rgb(118,64,207); }

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

border-color css

<style>
 span { border-color: #7640CF; }

 span { border-color: rgb(118,64,207); }

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