Html Css Color HEX #750BAF Purple Heart

📋 copy color: '#750BAF'

red 117 ◦ green 11 ◦ blue 175

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

Shades of Purple Heart #750BAF

Tints of Purple Heart #750BAF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.63%

 BLUE value IS 175 (68.75% from 255) = 57.76%

R = 38.61%
G = 3.63%
B = 57.76%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#750BAF (or 0x750BAF) is known color: Purple Heart. HEX triplet: 75, 0B and AF. RGB value is (117,11,175). Sum of RGB (Red+Green+Blue) = 117+11+175=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 175 (68.75% from 255 or 57.76% from 303); Max value from RGB is 175 - color contains mainly: blue. Hex color #750BAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750BAF is #8AF450. Grayscale: #3C3C3C. Windows color (decimal): -9106513 or 11471733. OLE color: 11471733.

HSL color Cylindrical-coordinate representation of color #750BAF: hue angle of 278.78º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750BAF is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 11 175 -
CMYK 0.33 0.94 0 0.31
HSL 278.78º 0.88% 0.36% -
HSV(B) 278.78º 0.94% 0.69% -
XYZ 15.19 7.12 41.13 -
YUV 61.39 192.12 167.66 -
System Red Green Blue C M Y K H S L
Decimal 117 11 175 0.33 0.94 0 0.31 278.78 0.88 0.36
Hex 75 B AF 21 5E 0 1F 117 58 24
Octal 165 13 257 41 136 0 37 427 130 44
Binary 1110101 1011 10101111 100001 1011110 0 11111 100010111 1011000 100100

Color Harmonies of #750BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750BAF

Black with #750BAF

Text Example


Text Example

White with #750BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,11,175); }

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

background-color css

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

 a { background-color: rgb(117,11,175); }

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

border-color css

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

 span { border-color: rgb(117,11,175); }

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