Html Css Color HEX #7641BC Purple Heart

📋 copy color: '#7641BC'

red 118 ◦ green 65 ◦ blue 188

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

Shades of Purple Heart #7641BC

Tints of Purple Heart #7641BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.67%

R = 31.81%
G = 17.52%
B = 50.67%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7641BC (or 0x7641BC) is known color: Purple Heart. HEX triplet: 76, 41 and BC. RGB value is (118,65,188). Sum of RGB (Red+Green+Blue) = 118+65+188=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #7641BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7641BC is #89BE43. Grayscale: #5E5E5E. Windows color (decimal): -9027140 or 12337526. OLE color: 12337526.

HSL color Cylindrical-coordinate representation of color #7641BC: hue angle of 265.85º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7641BC is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 65 188 -
CMYK 0.37 0.65 0 0.26
HSL 265.85º 0.49% 0.5% -
HSV(B) 265.85º 0.65% 0.74% -
XYZ 18.44 11.26 48.78 -
YUV 94.87 180.56 144.5 -
System Red Green Blue C M Y K H S L
Decimal 118 65 188 0.37 0.65 0 0.26 265.85 0.49 0.5
Hex 76 41 BC 25 41 0 1A 10A 31 32
Octal 166 101 274 45 101 0 32 412 61 62
Binary 1110110 1000001 10111100 100101 1000001 0 11010 100001010 110001 110010

Color Harmonies of #7641BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7641BC

Black with #7641BC

Text Example


Text Example

White with #7641BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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