Html Css Color HEX #753FBA Purple Heart

📋 copy color: '#753FBA'

red 117 ◦ green 63 ◦ blue 186

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

Shades of Purple Heart #753FBA

Tints of Purple Heart #753FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.82%

R = 31.97%
G = 17.21%
B = 50.82%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#753FBA (or 0x753FBA) is known color: Purple Heart. HEX triplet: 75, 3F and BA. RGB value is (117,63,186). Sum of RGB (Red+Green+Blue) = 117+63+186=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #753FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753FBA is #8AC045. Grayscale: #5C5C5C. Windows color (decimal): -9093190 or 12205941. OLE color: 12205941.

HSL color Cylindrical-coordinate representation of color #753FBA: hue angle of 266.34º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #753FBA is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 63 186 -
CMYK 0.37 0.66 0 0.27
HSL 266.34º 0.49% 0.49% -
HSV(B) 266.34º 0.66% 0.73% -
XYZ 17.98 10.88 47.61 -
YUV 93.17 180.39 145 -
System Red Green Blue C M Y K H S L
Decimal 117 63 186 0.37 0.66 0 0.27 266.34 0.49 0.49
Hex 75 3F BA 25 42 0 1B 10A 31 31
Octal 165 77 272 45 102 0 33 412 61 61
Binary 1110101 111111 10111010 100101 1000010 0 11011 100001010 110001 110001

Color Harmonies of #753FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753FBA

Black with #753FBA

Text Example


Text Example

White with #753FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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