Html Css Color HEX #753BBE Purple Heart

📋 copy color: '#753BBE'

red 117 ◦ green 59 ◦ blue 190

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

Shades of Purple Heart #753BBE

Tints of Purple Heart #753BBE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.12%

 BLUE value IS 190 (74.61% from 255) = 51.91%

R = 31.97%
G = 16.12%
B = 51.91%

CMYK

 C value IS 0.38

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#753BBE (or 0x753BBE) is known color: Purple Heart. HEX triplet: 75, 3B and BE. RGB value is (117,59,190). Sum of RGB (Red+Green+Blue) = 117+59+190=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 59 (23.44% from 255 or 16.12% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #753BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753BBE is #8AC441. Grayscale: #5A5A5A. Windows color (decimal): -9094210 or 12467061. OLE color: 12467061.

HSL color Cylindrical-coordinate representation of color #753BBE: hue angle of 266.56º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #753BBE is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 59 190 -
CMYK 0.38 0.69 0 0.25
HSL 266.56º 0.53% 0.49% -
HSV(B) 266.56º 0.69% 0.75% -
XYZ 18.19 10.63 49.81 -
YUV 91.28 183.72 146.35 -
System Red Green Blue C M Y K H S L
Decimal 117 59 190 0.38 0.69 0 0.25 266.56 0.53 0.49
Hex 75 3B BE 26 45 0 19 10B 35 31
Octal 165 73 276 46 105 0 31 413 65 61
Binary 1110101 111011 10111110 100110 1000101 0 11001 100001011 110101 110001

Color Harmonies of #753BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753BBE

Black with #753BBE

Text Example


Text Example

White with #753BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,59,190); }

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

background-color css

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

 a { background-color: rgb(117,59,190); }

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

border-color css

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

 span { border-color: rgb(117,59,190); }

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