Html Css Color HEX #7135BC Purple Heart

📋 copy color: '#7135BC'

red 113 ◦ green 53 ◦ blue 188

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

Shades of Purple Heart #7135BC

Tints of Purple Heart #7135BC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.97%

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

R = 31.92%
G = 14.97%
B = 53.11%

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

#7135BC (or 0x7135BC) is known color: Purple Heart. HEX triplet: 71, 35 and BC. RGB value is (113,53,188). Sum of RGB (Red+Green+Blue) = 113+53+188=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #7135BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7135BC is #8ECA43. Grayscale: #555555. Windows color (decimal): -9357892 or 12334449. OLE color: 12334449.

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

Color convert

RGB 113 53 188 -
CMYK 0.40 0.72 0 0.26
HSL 266.67º 0.56% 0.47% -
HSV(B) 266.67º 0.72% 0.74% -
XYZ 17.16 9.69 48.54 -
YUV 86.33 185.38 147.02 -
System Red Green Blue C M Y K H S L
Decimal 113 53 188 0.40 0.72 0 0.26 266.67 0.56 0.47
Hex 71 35 BC 28 48 0 1A 10B 38 2F
Octal 161 65 274 50 110 0 32 413 70 57
Binary 1110001 110101 10111100 101000 1001000 0 11010 100001011 111000 101111

Color Harmonies of #7135BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7135BC

Black with #7135BC

Text Example


Text Example

White with #7135BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,53,188); }

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

background-color css

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

 a { background-color: rgb(113,53,188); }

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

border-color css

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

 span { border-color: rgb(113,53,188); }

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