Html Css Color HEX #751BBC Purple Heart

📋 copy color: '#751BBC'

red 117 ◦ green 27 ◦ blue 188

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

Shades of Purple Heart #751BBC

Tints of Purple Heart #751BBC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.13%

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

R = 35.24%
G = 8.13%
B = 56.63%

CMYK

 C value IS 0.38

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#751BBC (or 0x751BBC) is known color: Purple Heart. HEX triplet: 75, 1B and BC. RGB value is (117,27,188). Sum of RGB (Red+Green+Blue) = 117+27+188=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #751BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751BBC is #8AE443. Grayscale: #474747. Windows color (decimal): -9102404 or 12327797. OLE color: 12327797.

HSL color Cylindrical-coordinate representation of color #751BBC: hue angle of 273.54º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751BBC is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 27 188 -
CMYK 0.38 0.86 0 0.26
HSL 273.54º 0.75% 0.42% -
HSV(B) 273.54º 0.86% 0.74% -
XYZ 16.81 8.2 48.27 -
YUV 72.26 193.32 159.91 -
System Red Green Blue C M Y K H S L
Decimal 117 27 188 0.38 0.86 0 0.26 273.54 0.75 0.42
Hex 75 1B BC 26 56 0 1A 112 4B 2A
Octal 165 33 274 46 126 0 32 422 113 52
Binary 1110101 11011 10111100 100110 1010110 0 11010 100010010 1001011 101010

Color Harmonies of #751BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751BBC

Black with #751BBC

Text Example


Text Example

White with #751BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751BBC; }

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

 H1.HeaderClassName
 {
   color: #751BBC;
 }
 .AnyTagClassName
 {
   color: #751BBC;
 }
</style>

background-color css

<style>
 a { background-color: #751BBC; }

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

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

border-color css

<style>
 span { border-color: #751BBC; }

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

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