Html Css Color HEX #750DBA Purple Heart

📋 copy color: '#750DBA'

red 117 ◦ green 13 ◦ blue 186

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

Shades of Purple Heart #750DBA

Tints of Purple Heart #750DBA

RGB

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

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

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

R = 37.03%
G = 4.11%
B = 58.86%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#750DBA (or 0x750DBA) is known color: Purple Heart. HEX triplet: 75, 0D and BA. RGB value is (117,13,186). Sum of RGB (Red+Green+Blue) = 117+13+186=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #750DBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750DBA is #8AF245. Grayscale: #3F3F3F. Windows color (decimal): -9105990 or 12193141. OLE color: 12193141.

HSL color Cylindrical-coordinate representation of color #750DBA: hue angle of 276.07º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750DBA is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 13 186 -
CMYK 0.37 0.93 0 0.27
HSL 276.07º 0.87% 0.39% -
HSV(B) 276.07º 0.93% 0.73% -
XYZ 16.34 7.61 47.06 -
YUV 63.82 196.96 165.93 -
System Red Green Blue C M Y K H S L
Decimal 117 13 186 0.37 0.93 0 0.27 276.07 0.87 0.39
Hex 75 D BA 25 5D 0 1B 114 57 27
Octal 165 15 272 45 135 0 33 424 127 47
Binary 1110101 1101 10111010 100101 1011101 0 11011 100010100 1010111 100111

Color Harmonies of #750DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750DBA

Black with #750DBA

Text Example


Text Example

White with #750DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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