Html Css Color HEX #753FBF Purple Heart

📋 copy color: '#753FBF'

red 117 ◦ green 63 ◦ blue 191

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

Shades of Purple Heart #753FBF

Tints of Purple Heart #753FBF

RGB

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

 GREEN value IS 63 (25% from 255) = 16.98%

 BLUE value IS 191 (75% from 255) = 51.48%

R = 31.54%
G = 16.98%
B = 51.48%

CMYK

 C value IS 0.39

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#753FBF (or 0x753FBF) is known color: Purple Heart. HEX triplet: 75, 3F and BF. RGB value is (117,63,191). Sum of RGB (Red+Green+Blue) = 117+63+191=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #753FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753FBF is #8AC040. Grayscale: #5D5D5D. Windows color (decimal): -9093185 or 12533621. OLE color: 12533621.

HSL color Cylindrical-coordinate representation of color #753FBF: hue angle of 265.31º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #753FBF is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 63 191 -
CMYK 0.39 0.67 0 0.25
HSL 265.31º 0.5% 0.5% -
HSV(B) 265.31º 0.67% 0.75% -
XYZ 18.52 11.1 50.46 -
YUV 93.74 182.89 144.59 -
System Red Green Blue C M Y K H S L
Decimal 117 63 191 0.39 0.67 0 0.25 265.31 0.5 0.5
Hex 75 3F BF 27 43 0 19 109 32 32
Octal 165 77 277 47 103 0 31 411 62 62
Binary 1110101 111111 10111111 100111 1000011 0 11001 100001001 110010 110010

Color Harmonies of #753FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753FBF

Black with #753FBF

Text Example


Text Example

White with #753FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753FBF; }

 p { color: rgb(117,63,191); }

 H1.HeaderClassName
 {
   color: #753FBF;
 }
 .AnyTagClassName
 {
   color: #753FBF;
 }
</style>

background-color css

<style>
 a { background-color: #753FBF; }

 a { background-color: rgb(117,63,191); }

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

border-color css

<style>
 span { border-color: #753FBF; }

 span { border-color: rgb(117,63,191); }

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