Html Css Color HEX #752DCB Purple Heart

📋 copy color: '#752DCB'

red 117 ◦ green 45 ◦ blue 203

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

Shades of Purple Heart #752DCB

Tints of Purple Heart #752DCB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.33%

 BLUE value IS 203 (79.69% from 255) = 55.62%

R = 32.05%
G = 12.33%
B = 55.62%

CMYK

 C value IS 0.42

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#752DCB (or 0x752DCB) is known color: Purple Heart. HEX triplet: 75, 2D and CB. RGB value is (117,45,203). Sum of RGB (Red+Green+Blue) = 117+45+203=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #752DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752DCB is #8AD234. Grayscale: #535353. Windows color (decimal): -9097781 or 13315445. OLE color: 13315445.

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

Color convert

RGB 117 45 203 -
CMYK 0.42 0.78 0 0.20
HSL 267.34º 0.64% 0.49% -
HSV(B) 267.34º 0.78% 0.8% -
XYZ 19.05 9.97 57.42 -
YUV 84.54 194.85 151.15 -
System Red Green Blue C M Y K H S L
Decimal 117 45 203 0.42 0.78 0 0.20 267.34 0.64 0.49
Hex 75 2D CB 2A 4E 0 14 10B 40 31
Octal 165 55 313 52 116 0 24 413 100 61
Binary 1110101 101101 11001011 101010 1001110 0 10100 100001011 1000000 110001

Color Harmonies of #752DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752DCB

Black with #752DCB

Text Example


Text Example

White with #752DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,45,203); }

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

background-color css

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

 a { background-color: rgb(117,45,203); }

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

border-color css

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

 span { border-color: rgb(117,45,203); }

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