Html Css Color HEX #751BB6 Purple Heart

📋 copy color: '#751BB6'

red 117 ◦ green 27 ◦ blue 182

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

Shades of Purple Heart #751BB6

Tints of Purple Heart #751BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 55.83%

R = 35.89%
G = 8.28%
B = 55.83%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#751BB6 (or 0x751BB6) is known color: Purple Heart. HEX triplet: 75, 1B and B6. RGB value is (117,27,182). Sum of RGB (Red+Green+Blue) = 117+27+182=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 182 (71.48% from 255 or 55.83% from 326); Max value from RGB is 182 - color contains mainly: blue. Hex color #751BB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751BB6 is #8AE449. Grayscale: #474747. Windows color (decimal): -9102410 or 11934581. OLE color: 11934581.

HSL color Cylindrical-coordinate representation of color #751BB6: hue angle of 274.84º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751BB6 is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 27 182 -
CMYK 0.36 0.85 0 0.29
HSL 274.84º 0.74% 0.41% -
HSV(B) 274.84º 0.85% 0.71% -
XYZ 16.17 7.94 44.94 -
YUV 71.58 190.32 160.4 -
System Red Green Blue C M Y K H S L
Decimal 117 27 182 0.36 0.85 0 0.29 274.84 0.74 0.41
Hex 75 1B B6 24 55 0 1D 113 4A 29
Octal 165 33 266 44 125 0 35 423 112 51
Binary 1110101 11011 10110110 100100 1010101 0 11101 100010011 1001010 101001

Color Harmonies of #751BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751BB6

Black with #751BB6

Text Example


Text Example

White with #751BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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