Html Css Color HEX #752BCD Purple Heart

📋 copy color: '#752BCD'

red 117 ◦ green 43 ◦ blue 205

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

Shades of Purple Heart #752BCD

Tints of Purple Heart #752BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.16%

R = 32.05%
G = 11.78%
B = 56.16%

CMYK

 C value IS 0.43

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#752BCD (or 0x752BCD) is known color: Purple Heart. HEX triplet: 75, 2B and CD. RGB value is (117,43,205). Sum of RGB (Red+Green+Blue) = 117+43+205=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #752BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752BCD is #8AD432. Grayscale: #535353. Windows color (decimal): -9098291 or 13446005. OLE color: 13446005.

HSL color Cylindrical-coordinate representation of color #752BCD: hue angle of 267.41º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #752BCD is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 43 205 -
CMYK 0.43 0.79 0 0.20
HSL 267.41º 0.65% 0.49% -
HSV(B) 267.41º 0.79% 0.8% -
XYZ 19.22 9.92 58.66 -
YUV 83.59 196.52 151.83 -
System Red Green Blue C M Y K H S L
Decimal 117 43 205 0.43 0.79 0 0.20 267.41 0.65 0.49
Hex 75 2B CD 2B 4F 0 14 10B 41 31
Octal 165 53 315 53 117 0 24 413 101 61
Binary 1110101 101011 11001101 101011 1001111 0 10100 100001011 1000001 110001

Color Harmonies of #752BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752BCD

Black with #752BCD

Text Example


Text Example

White with #752BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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