Html Css Color HEX #750CBA Purple Heart

📋 copy color: '#750CBA'

red 117 ◦ green 12 ◦ blue 186

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

Shades of Purple Heart #750CBA

Tints of Purple Heart #750CBA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.81%

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

R = 37.14%
G = 3.81%
B = 59.05%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#750CBA (or 0x750CBA) is known color: Purple Heart. HEX triplet: 75, 0C and BA. RGB value is (117,12,186). Sum of RGB (Red+Green+Blue) = 117+12+186=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #750CBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750CBA is #8AF345. Grayscale: #3E3E3E. Windows color (decimal): -9106246 or 12192885. OLE color: 12192885.

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

Color convert

RGB 117 12 186 -
CMYK 0.37 0.94 0 0.27
HSL 276.21º 0.88% 0.39% -
HSV(B) 276.21º 0.94% 0.73% -
XYZ 16.33 7.59 47.06 -
YUV 63.23 197.29 166.35 -
System Red Green Blue C M Y K H S L
Decimal 117 12 186 0.37 0.94 0 0.27 276.21 0.88 0.39
Hex 75 C BA 25 5E 0 1B 114 58 27
Octal 165 14 272 45 136 0 33 424 130 47
Binary 1110101 1100 10111010 100101 1011110 0 11011 100010100 1011000 100111

Color Harmonies of #750CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750CBA

Black with #750CBA

Text Example


Text Example

White with #750CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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