Html Css Color HEX #7034BC Purple Heart

📋 copy color: '#7034BC'

red 112 ◦ green 52 ◦ blue 188

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

Shades of Purple Heart #7034BC

Tints of Purple Heart #7034BC

RGB

 RED value IS 112 (44.14% from 255) = 31.82%

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

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

R = 31.82%
G = 14.77%
B = 53.41%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7034BC (or 0x7034BC) is known color: Purple Heart. HEX triplet: 70, 34 and BC. RGB value is (112,52,188). Sum of RGB (Red+Green+Blue) = 112+52+188=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #7034BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7034BC is #8FCB43. Grayscale: #545454. Windows color (decimal): -9423684 or 12334192. OLE color: 12334192.

HSL color Cylindrical-coordinate representation of color #7034BC: hue angle of 266.47º 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 #7034BC is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 52 188 -
CMYK 0.40 0.72 0 0.26
HSL 266.47º 0.57% 0.47% -
HSV(B) 266.47º 0.72% 0.74% -
XYZ 16.99 9.53 48.52 -
YUV 85.44 185.88 146.94 -
System Red Green Blue C M Y K H S L
Decimal 112 52 188 0.40 0.72 0 0.26 266.47 0.57 0.47
Hex 70 34 BC 28 48 0 1A 10A 39 2F
Octal 160 64 274 50 110 0 32 412 71 57
Binary 1110000 110100 10111100 101000 1001000 0 11010 100001010 111001 101111

Color Harmonies of #7034BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7034BC

Black with #7034BC

Text Example


Text Example

White with #7034BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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