Html Css Color HEX #7641CC Purple Heart

📋 copy color: '#7641CC'

red 118 ◦ green 65 ◦ blue 204

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

Shades of Purple Heart #7641CC

Tints of Purple Heart #7641CC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.8%

 BLUE value IS 204 (80.08% from 255) = 52.71%

R = 30.49%
G = 16.8%
B = 52.71%

CMYK

 C value IS 0.42

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7641CC (or 0x7641CC) is known color: Purple Heart. HEX triplet: 76, 41 and CC. RGB value is (118,65,204). Sum of RGB (Red+Green+Blue) = 118+65+204=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #7641CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7641CC is #89BE33. Grayscale: #606060. Windows color (decimal): -9027124 or 13386102. OLE color: 13386102.

HSL color Cylindrical-coordinate representation of color #7641CC: hue angle of 262.88º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7641CC is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 118 65 204 -
CMYK 0.42 0.68 0 0.2
HSL 262.88º 0.58% 0.53% -
HSV(B) 262.88º 0.68% 0.8% -
XYZ 20.26 11.99 58.37 -
YUV 96.69 188.56 143.2 -
System Red Green Blue C M Y K H S L
Decimal 118 65 204 0.42 0.68 0 0.2 262.88 0.58 0.53
Hex 76 41 CC 2A 44 0 14 107 3A 35
Octal 166 101 314 52 104 0 24 407 72 65
Binary 1110110 1000001 11001100 101010 1000100 0 10100 100000111 111010 110101

Color Harmonies of #7641CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7641CC

Black with #7641CC

Text Example


Text Example

White with #7641CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7641CC; }

 p { color: rgb(118,65,204); }

 H1.HeaderClassName
 {
   color: #7641CC;
 }
 .AnyTagClassName
 {
   color: #7641CC;
 }
</style>

background-color css

<style>
 a { background-color: #7641CC; }

 a { background-color: rgb(118,65,204); }

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

border-color css

<style>
 span { border-color: #7641CC; }

 span { border-color: rgb(118,65,204); }

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