Html Css Color HEX #750DBE Purple Heart

📋 copy color: '#750DBE'

red 117 ◦ green 13 ◦ blue 190

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

Shades of Purple Heart #750DBE

Tints of Purple Heart #750DBE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.06%

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

R = 36.56%
G = 4.06%
B = 59.38%

CMYK

 C value IS 0.38

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#750DBE (or 0x750DBE) is known color: Purple Heart. HEX triplet: 75, 0D and BE. RGB value is (117,13,190). Sum of RGB (Red+Green+Blue) = 117+13+190=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 190 (74.61% from 255 or 59.38% from 320); Max value from RGB is 190 - color contains mainly: blue. Hex color #750DBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750DBE is #8AF241. Grayscale: #3F3F3F. Windows color (decimal): -9105986 or 12455285. OLE color: 12455285.

HSL color Cylindrical-coordinate representation of color #750DBE: hue angle of 275.25º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750DBE is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 13 190 -
CMYK 0.38 0.93 0 0.25
HSL 275.25º 0.87% 0.4% -
HSV(B) 275.25º 0.93% 0.75% -
XYZ 16.77 7.79 49.33 -
YUV 64.27 198.96 165.61 -
System Red Green Blue C M Y K H S L
Decimal 117 13 190 0.38 0.93 0 0.25 275.25 0.87 0.4
Hex 75 D BE 26 5D 0 19 113 57 28
Octal 165 15 276 46 135 0 31 423 127 50
Binary 1110101 1101 10111110 100110 1011101 0 11001 100010011 1010111 101000

Color Harmonies of #750DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750DBE

Black with #750DBE

Text Example


Text Example

White with #750DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750DBE; }

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

 H1.HeaderClassName
 {
   color: #750DBE;
 }
 .AnyTagClassName
 {
   color: #750DBE;
 }
</style>

background-color css

<style>
 a { background-color: #750DBE; }

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

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

border-color css

<style>
 span { border-color: #750DBE; }

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

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