Html Css Color HEX #752FCD Purple Heart

📋 copy color: '#752FCD'

red 117 ◦ green 47 ◦ blue 205

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

Shades of Purple Heart #752FCD

Tints of Purple Heart #752FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.74%

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

R = 31.71%
G = 12.74%
B = 55.56%

CMYK

 C value IS 0.43

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#752FCD (or 0x752FCD) is known color: Purple Heart. HEX triplet: 75, 2F and CD. RGB value is (117,47,205). Sum of RGB (Red+Green+Blue) = 117+47+205=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #752FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752FCD is #8AD032. Grayscale: #555555. Windows color (decimal): -9097267 or 13447029. OLE color: 13447029.

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

Color convert

RGB 117 47 205 -
CMYK 0.43 0.77 0 0.20
HSL 266.58º 0.63% 0.49% -
HSV(B) 266.58º 0.77% 0.8% -
XYZ 19.37 10.22 58.71 -
YUV 85.94 195.19 150.15 -
System Red Green Blue C M Y K H S L
Decimal 117 47 205 0.43 0.77 0 0.20 266.58 0.63 0.49
Hex 75 2F CD 2B 4D 0 14 10B 3F 31
Octal 165 57 315 53 115 0 24 413 77 61
Binary 1110101 101111 11001101 101011 1001101 0 10100 100001011 111111 110001

Color Harmonies of #752FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752FCD

Black with #752FCD

Text Example


Text Example

White with #752FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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