Html Css Color HEX #751BBF Purple Heart

📋 copy color: '#751BBF'

red 117 ◦ green 27 ◦ blue 191

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

Shades of Purple Heart #751BBF

Tints of Purple Heart #751BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.01%

R = 34.93%
G = 8.06%
B = 57.01%

CMYK

 C value IS 0.39

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#751BBF (or 0x751BBF) is known color: Purple Heart. HEX triplet: 75, 1B and BF. RGB value is (117,27,191). Sum of RGB (Red+Green+Blue) = 117+27+191=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 27 (10.94% from 255 or 8.06% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #751BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751BBF is #8AE440. Grayscale: #484848. Windows color (decimal): -9102401 or 12524405. OLE color: 12524405.

HSL color Cylindrical-coordinate representation of color #751BBF: hue angle of 272.93º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751BBF is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 27 191 -
CMYK 0.39 0.86 0 0.25
HSL 272.93º 0.75% 0.43% -
HSV(B) 272.93º 0.86% 0.75% -
XYZ 17.13 8.33 49.99 -
YUV 72.61 194.82 159.66 -
System Red Green Blue C M Y K H S L
Decimal 117 27 191 0.39 0.86 0 0.25 272.93 0.75 0.43
Hex 75 1B BF 27 56 0 19 111 4B 2B
Octal 165 33 277 47 126 0 31 421 113 53
Binary 1110101 11011 10111111 100111 1010110 0 11001 100010001 1001011 101011

Color Harmonies of #751BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751BBF

Black with #751BBF

Text Example


Text Example

White with #751BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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