Html Css Color HEX #7512BC Purple Heart

📋 copy color: '#7512BC'

red 117 ◦ green 18 ◦ blue 188

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

Shades of Purple Heart #7512BC

Tints of Purple Heart #7512BC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.57%

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

R = 36.22%
G = 5.57%
B = 58.2%

CMYK

 C value IS 0.38

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7512BC (or 0x7512BC) is known color: Purple Heart. HEX triplet: 75, 12 and BC. RGB value is (117,18,188). Sum of RGB (Red+Green+Blue) = 117+18+188=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #7512BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7512BC is #8AED43. Grayscale: #424242. Windows color (decimal): -9104708 or 12325493. OLE color: 12325493.

HSL color Cylindrical-coordinate representation of color #7512BC: hue angle of 274.94º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7512BC is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 18 188 -
CMYK 0.38 0.90 0 0.26
HSL 274.94º 0.83% 0.4% -
HSV(B) 274.94º 0.9% 0.74% -
XYZ 16.63 7.85 48.21 -
YUV 66.98 196.3 163.68 -
System Red Green Blue C M Y K H S L
Decimal 117 18 188 0.38 0.90 0 0.26 274.94 0.83 0.4
Hex 75 12 BC 26 5A 0 1A 113 53 28
Octal 165 22 274 46 132 0 32 423 123 50
Binary 1110101 10010 10111100 100110 1011010 0 11010 100010011 1010011 101000

Color Harmonies of #7512BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7512BC

Black with #7512BC

Text Example


Text Example

White with #7512BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7512BC; }

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

 H1.HeaderClassName
 {
   color: #7512BC;
 }
 .AnyTagClassName
 {
   color: #7512BC;
 }
</style>

background-color css

<style>
 a { background-color: #7512BC; }

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

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

border-color css

<style>
 span { border-color: #7512BC; }

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

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