Html Css Color HEX #7531CF Purple Heart

📋 copy color: '#7531CF'

red 117 ◦ green 49 ◦ blue 207

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

Shades of Purple Heart #7531CF

Tints of Purple Heart #7531CF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.14%

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

R = 31.37%
G = 13.14%
B = 55.5%

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

#7531CF (or 0x7531CF) is known color: Purple Heart. HEX triplet: 75, 31 and CF. RGB value is (117,49,207). Sum of RGB (Red+Green+Blue) = 117+49+207=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #7531CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7531CF is #8ACE30. Grayscale: #565656. Windows color (decimal): -9096753 or 13578613. OLE color: 13578613.

HSL color Cylindrical-coordinate representation of color #7531CF: hue angle of 265.82º 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 #7531CF is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 49 207 -
CMYK 0.43 0.76 0 0.19
HSL 265.82º 0.62% 0.5% -
HSV(B) 265.82º 0.76% 0.81% -
XYZ 19.7 10.48 60.02 -
YUV 87.34 195.53 149.15 -
System Red Green Blue C M Y K H S L
Decimal 117 49 207 0.43 0.76 0 0.19 265.82 0.62 0.5
Hex 75 31 CF 2B 4C 0 13 10A 3E 32
Octal 165 61 317 53 114 0 23 412 76 62
Binary 1110101 110001 11001111 101011 1001100 0 10011 100001010 111110 110010

Color Harmonies of #7531CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7531CF

Black with #7531CF

Text Example


Text Example

White with #7531CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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