Html Css Color HEX #750CBC Purple Heart

📋 copy color: '#750CBC'

red 117 ◦ green 12 ◦ blue 188

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

Shades of Purple Heart #750CBC

Tints of Purple Heart #750CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.31%

R = 36.91%
G = 3.79%
B = 59.31%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#750CBC (or 0x750CBC) is known color: Purple Heart. HEX triplet: 75, 0C and BC. RGB value is (117,12,188). Sum of RGB (Red+Green+Blue) = 117+12+188=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #750CBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750CBC is #8AF343. Grayscale: #3E3E3E. Windows color (decimal): -9106244 or 12323957. OLE color: 12323957.

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

Color convert

RGB 117 12 188 -
CMYK 0.38 0.94 0 0.26
HSL 275.8º 0.88% 0.39% -
HSV(B) 275.8º 0.94% 0.74% -
XYZ 16.54 7.68 48.19 -
YUV 63.46 198.29 166.19 -
System Red Green Blue C M Y K H S L
Decimal 117 12 188 0.38 0.94 0 0.26 275.8 0.88 0.39
Hex 75 C BC 26 5E 0 1A 114 58 27
Octal 165 14 274 46 136 0 32 424 130 47
Binary 1110101 1100 10111100 100110 1011110 0 11010 100010100 1011000 100111

Color Harmonies of #750CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750CBC

Black with #750CBC

Text Example


Text Example

White with #750CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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