Html Css Color HEX #752BC1 Purple Heart

📋 copy color: '#752BC1'

red 117 ◦ green 43 ◦ blue 193

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

Shades of Purple Heart #752BC1

Tints of Purple Heart #752BC1

RGB

 RED value IS 117 (46.09% from 255) = 33.14%

 GREEN value IS 43 (17.19% from 255) = 12.18%

 BLUE value IS 193 (75.78% from 255) = 54.67%

R = 33.14%
G = 12.18%
B = 54.67%

CMYK

 C value IS 0.39

 M value IS 0.78

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#752BC1 (or 0x752BC1) is known color: Purple Heart. HEX triplet: 75, 2B and C1. RGB value is (117,43,193). Sum of RGB (Red+Green+Blue) = 117+43+193=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 43 (17.19% from 255 or 12.18% from 353); Blue value is 193 (75.78% from 255 or 54.67% from 353); Max value from RGB is 193 - color contains mainly: blue. Hex color #752BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752BC1 is #8AD43E. Grayscale: #515151. Windows color (decimal): -9098303 or 12659573. OLE color: 12659573.

HSL color Cylindrical-coordinate representation of color #752BC1: hue angle of 269.6º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #752BC1 is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 43 193 -
CMYK 0.39 0.78 0 0.24
HSL 269.6º 0.64% 0.46% -
HSV(B) 269.6º 0.78% 0.76% -
XYZ 17.83 9.36 51.32 -
YUV 82.23 190.52 152.8 -
System Red Green Blue C M Y K H S L
Decimal 117 43 193 0.39 0.78 0 0.24 269.6 0.64 0.46
Hex 75 2B C1 27 4E 0 18 10E 40 2E
Octal 165 53 301 47 116 0 30 416 100 56
Binary 1110101 101011 11000001 100111 1001110 0 11000 100001110 1000000 101110

Color Harmonies of #752BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752BC1

Black with #752BC1

Text Example


Text Example

White with #752BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752BC1; }

 p { color: rgb(117,43,193); }

 H1.HeaderClassName
 {
   color: #752BC1;
 }
 .AnyTagClassName
 {
   color: #752BC1;
 }
</style>

background-color css

<style>
 a { background-color: #752BC1; }

 a { background-color: rgb(117,43,193); }

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

border-color css

<style>
 span { border-color: #752BC1; }

 span { border-color: rgb(117,43,193); }

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