Html Css Color HEX #752BC0 Purple Heart

📋 copy color: '#752BC0'

red 117 ◦ green 43 ◦ blue 192

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

Shades of Purple Heart #752BC0

Tints of Purple Heart #752BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 54.55%

R = 33.24%
G = 12.22%
B = 54.55%

CMYK

 C value IS 0.39

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#752BC0 (or 0x752BC0) is known color: Purple Heart. HEX triplet: 75, 2B and C0. RGB value is (117,43,192). Sum of RGB (Red+Green+Blue) = 117+43+192=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 43 (17.19% from 255 or 12.22% from 352); Blue value is 192 (75.39% from 255 or 54.55% from 352); Max value from RGB is 192 - color contains mainly: blue. Hex color #752BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752BC0 is #8AD43F. Grayscale: #515151. Windows color (decimal): -9098304 or 12594037. OLE color: 12594037.

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

Color convert

RGB 117 43 192 -
CMYK 0.39 0.78 0 0.25
HSL 269.8º 0.63% 0.46% -
HSV(B) 269.8º 0.78% 0.75% -
XYZ 17.71 9.32 50.73 -
YUV 82.11 190.02 152.88 -
System Red Green Blue C M Y K H S L
Decimal 117 43 192 0.39 0.78 0 0.25 269.8 0.63 0.46
Hex 75 2B C0 27 4E 0 19 10E 3F 2E
Octal 165 53 300 47 116 0 31 416 77 56
Binary 1110101 101011 11000000 100111 1001110 0 11001 100001110 111111 101110

Color Harmonies of #752BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752BC0

Black with #752BC0

Text Example


Text Example

White with #752BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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