Html Css Color HEX #7634BC Purple Heart

📋 copy color: '#7634BC'

red 118 ◦ green 52 ◦ blue 188

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

Shades of Purple Heart #7634BC

Tints of Purple Heart #7634BC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.53%

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

R = 32.96%
G = 14.53%
B = 52.51%

CMYK

 C value IS 0.37

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7634BC (or 0x7634BC) is known color: Purple Heart. HEX triplet: 76, 34 and BC. RGB value is (118,52,188). Sum of RGB (Red+Green+Blue) = 118+52+188=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #7634BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7634BC is #89CB43. Grayscale: #565656. Windows color (decimal): -9030468 or 12334198. OLE color: 12334198.

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

Color convert

RGB 118 52 188 -
CMYK 0.37 0.72 0 0.26
HSL 269.12º 0.57% 0.47% -
HSV(B) 269.12º 0.72% 0.74% -
XYZ 17.78 9.94 48.56 -
YUV 87.24 184.87 149.94 -
System Red Green Blue C M Y K H S L
Decimal 118 52 188 0.37 0.72 0 0.26 269.12 0.57 0.47
Hex 76 34 BC 25 48 0 1A 10D 39 2F
Octal 166 64 274 45 110 0 32 415 71 57
Binary 1110110 110100 10111100 100101 1001000 0 11010 100001101 111001 101111

Color Harmonies of #7634BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7634BC

Black with #7634BC

Text Example


Text Example

White with #7634BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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