Html Css Color HEX #7133BC Purple Heart

📋 copy color: '#7133BC'

red 113 ◦ green 51 ◦ blue 188

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

Shades of Purple Heart #7133BC

Tints of Purple Heart #7133BC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.49%

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

R = 32.1%
G = 14.49%
B = 53.41%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7133BC (or 0x7133BC) is known color: Purple Heart. HEX triplet: 71, 33 and BC. RGB value is (113,51,188). Sum of RGB (Red+Green+Blue) = 113+51+188=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 51 (20.31% from 255 or 14.49% 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 #7133BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7133BC is #8ECC43. Grayscale: #545454. Windows color (decimal): -9358404 or 12333937. OLE color: 12333937.

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

Color convert

RGB 113 51 188 -
CMYK 0.40 0.73 0 0.26
HSL 267.15º 0.57% 0.47% -
HSV(B) 267.15º 0.73% 0.74% -
XYZ 17.07 9.51 48.51 -
YUV 85.16 186.04 147.86 -
System Red Green Blue C M Y K H S L
Decimal 113 51 188 0.40 0.73 0 0.26 267.15 0.57 0.47
Hex 71 33 BC 28 49 0 1A 10B 39 2F
Octal 161 63 274 50 111 0 32 413 71 57
Binary 1110001 110011 10111100 101000 1001001 0 11010 100001011 111001 101111

Color Harmonies of #7133BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7133BC

Black with #7133BC

Text Example


Text Example

White with #7133BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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