Html Css Color HEX #7532CF Purple Heart

📋 copy color: '#7532CF'

red 117 ◦ green 50 ◦ blue 207

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

Shades of Purple Heart #7532CF

Tints of Purple Heart #7532CF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.37%

 BLUE value IS 207 (81.25% from 255) = 55.35%

R = 31.28%
G = 13.37%
B = 55.35%

CMYK

 C value IS 0.43

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7532CF (or 0x7532CF) is known color: Purple Heart. HEX triplet: 75, 32 and CF. RGB value is (117,50,207). Sum of RGB (Red+Green+Blue) = 117+50+207=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #7532CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7532CF is #8ACD30. Grayscale: #575757. Windows color (decimal): -9096497 or 13578869. OLE color: 13578869.

HSL color Cylindrical-coordinate representation of color #7532CF: hue angle of 265.61º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7532CF is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 50 207 -
CMYK 0.43 0.76 0 0.19
HSL 265.61º 0.62% 0.5% -
HSV(B) 265.61º 0.76% 0.81% -
XYZ 19.74 10.57 60.03 -
YUV 87.93 195.2 148.73 -
System Red Green Blue C M Y K H S L
Decimal 117 50 207 0.43 0.76 0 0.19 265.61 0.62 0.5
Hex 75 32 CF 2B 4C 0 13 10A 3E 32
Octal 165 62 317 53 114 0 23 412 76 62
Binary 1110101 110010 11001111 101011 1001100 0 10011 100001010 111110 110010

Color Harmonies of #7532CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7532CF

Black with #7532CF

Text Example


Text Example

White with #7532CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7532CF; }

 p { color: rgb(117,50,207); }

 H1.HeaderClassName
 {
   color: #7532CF;
 }
 .AnyTagClassName
 {
   color: #7532CF;
 }
</style>

background-color css

<style>
 a { background-color: #7532CF; }

 a { background-color: rgb(117,50,207); }

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

border-color css

<style>
 span { border-color: #7532CF; }

 span { border-color: rgb(117,50,207); }

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