Html Css Color HEX #7640CB Purple Heart

📋 copy color: '#7640CB'

red 118 ◦ green 64 ◦ blue 203

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

Shades of Purple Heart #7640CB

Tints of Purple Heart #7640CB

RGB

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

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

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

R = 30.65%
G = 16.62%
B = 52.73%

CMYK

 C value IS 0.42

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7640CB (or 0x7640CB) is known color: Purple Heart. HEX triplet: 76, 40 and CB. RGB value is (118,64,203). Sum of RGB (Red+Green+Blue) = 118+64+203=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #7640CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7640CB is #89BF34. Grayscale: #5F5F5F. Windows color (decimal): -9027381 or 13320310. OLE color: 13320310.

HSL color Cylindrical-coordinate representation of color #7640CB: hue angle of 263.31º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7640CB is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 64 203 -
CMYK 0.42 0.68 0 0.20
HSL 263.31º 0.57% 0.52% -
HSV(B) 263.31º 0.68% 0.8% -
XYZ 20.08 11.83 57.72 -
YUV 95.99 188.39 143.7 -
System Red Green Blue C M Y K H S L
Decimal 118 64 203 0.42 0.68 0 0.20 263.31 0.57 0.52
Hex 76 40 CB 2A 44 0 14 107 39 34
Octal 166 100 313 52 104 0 24 407 71 64
Binary 1110110 1000000 11001011 101010 1000100 0 10100 100000111 111001 110100

Color Harmonies of #7640CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7640CB

Black with #7640CB

Text Example


Text Example

White with #7640CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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