Html Css Color HEX #7134CE Purple Heart

📋 copy color: '#7134CE'

red 113 ◦ green 52 ◦ blue 206

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

Shades of Purple Heart #7134CE

Tints of Purple Heart #7134CE

RGB

 RED value IS 113 (44.53% from 255) = 30.46%

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

 BLUE value IS 206 (80.86% from 255) = 55.53%

R = 30.46%
G = 14.02%
B = 55.53%

CMYK

 C value IS 0.45

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7134CE (or 0x7134CE) is known color: Purple Heart. HEX triplet: 71, 34 and CE. RGB value is (113,52,206). Sum of RGB (Red+Green+Blue) = 113+52+206=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #7134CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7134CE is #8ECB31. Grayscale: #575757. Windows color (decimal): -9358130 or 13513841. OLE color: 13513841.

HSL color Cylindrical-coordinate representation of color #7134CE: hue angle of 263.77º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7134CE is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 52 206 -
CMYK 0.45 0.75 0 0.19
HSL 263.77º 0.61% 0.51% -
HSV(B) 263.77º 0.75% 0.81% -
XYZ 19.18 10.42 59.39 -
YUV 87.8 194.71 145.98 -
System Red Green Blue C M Y K H S L
Decimal 113 52 206 0.45 0.75 0 0.19 263.77 0.61 0.51
Hex 71 34 CE 2D 4B 0 13 108 3D 33
Octal 161 64 316 55 113 0 23 410 75 63
Binary 1110001 110100 11001110 101101 1001011 0 10011 100001000 111101 110011

Color Harmonies of #7134CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7134CE

Black with #7134CE

Text Example


Text Example

White with #7134CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7134CE; }

 p { color: rgb(113,52,206); }

 H1.HeaderClassName
 {
   color: #7134CE;
 }
 .AnyTagClassName
 {
   color: #7134CE;
 }
</style>

background-color css

<style>
 a { background-color: #7134CE; }

 a { background-color: rgb(113,52,206); }

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

border-color css

<style>
 span { border-color: #7134CE; }

 span { border-color: rgb(113,52,206); }

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