Html Css Color HEX #753EBA Purple Heart

📋 copy color: '#753EBA'

red 117 ◦ green 62 ◦ blue 186

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

Shades of Purple Heart #753EBA

Tints of Purple Heart #753EBA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.99%

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

R = 32.05%
G = 16.99%
B = 50.96%

CMYK

 C value IS 0.37

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#753EBA (or 0x753EBA) is known color: Purple Heart. HEX triplet: 75, 3E and BA. RGB value is (117,62,186). Sum of RGB (Red+Green+Blue) = 117+62+186=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #753EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753EBA is #8AC145. Grayscale: #5C5C5C. Windows color (decimal): -9093446 or 12205685. OLE color: 12205685.

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

Color convert

RGB 117 62 186 -
CMYK 0.37 0.67 0 0.27
HSL 266.61º 0.5% 0.49% -
HSV(B) 266.61º 0.67% 0.73% -
XYZ 17.92 10.77 47.59 -
YUV 92.58 180.72 145.42 -
System Red Green Blue C M Y K H S L
Decimal 117 62 186 0.37 0.67 0 0.27 266.61 0.5 0.49
Hex 75 3E BA 25 43 0 1B 10B 32 31
Octal 165 76 272 45 103 0 33 413 62 61
Binary 1110101 111110 10111010 100101 1000011 0 11011 100001011 110010 110001

Color Harmonies of #753EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753EBA

Black with #753EBA

Text Example


Text Example

White with #753EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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