Html Css Color HEX #7133CF Purple Heart

📋 copy color: '#7133CF'

red 113 ◦ green 51 ◦ blue 207

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

Shades of Purple Heart #7133CF

Tints of Purple Heart #7133CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.8%

R = 30.46%
G = 13.75%
B = 55.8%

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

#7133CF (or 0x7133CF) is known color: Purple Heart. HEX triplet: 71, 33 and CF. RGB value is (113,51,207). Sum of RGB (Red+Green+Blue) = 113+51+207=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #7133CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7133CF is #8ECC30. Grayscale: #565656. Windows color (decimal): -9358385 or 13579121. OLE color: 13579121.

HSL color Cylindrical-coordinate representation of color #7133CF: hue angle of 263.85º degrees, saturation: 0.62, 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 #7133CF is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 51 207 -
CMYK 0.45 0.75 0 0.19
HSL 263.85º 0.62% 0.51% -
HSV(B) 263.85º 0.75% 0.81% -
XYZ 19.26 10.38 60.02 -
YUV 87.32 195.54 146.32 -
System Red Green Blue C M Y K H S L
Decimal 113 51 207 0.45 0.75 0 0.19 263.85 0.62 0.51
Hex 71 33 CF 2D 4B 0 13 108 3E 33
Octal 161 63 317 55 113 0 23 410 76 63
Binary 1110001 110011 11001111 101101 1001011 0 10011 100001000 111110 110011

Color Harmonies of #7133CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7133CF

Black with #7133CF

Text Example


Text Example

White with #7133CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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