Html Css Color HEX #751ECB Purple Heart

📋 copy color: '#751ECB'

red 117 ◦ green 30 ◦ blue 203

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

Shades of Purple Heart #751ECB

Tints of Purple Heart #751ECB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.57%

 BLUE value IS 203 (79.69% from 255) = 58%

R = 33.43%
G = 8.57%
B = 58%

CMYK

 C value IS 0.42

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#751ECB (or 0x751ECB) is known color: Purple Heart. HEX triplet: 75, 1E and CB. RGB value is (117,30,203). Sum of RGB (Red+Green+Blue) = 117+30+203=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 30 (12.11% from 255 or 8.57% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #751ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751ECB is #8AE134. Grayscale: #4B4B4B. Windows color (decimal): -9101621 or 13311605. OLE color: 13311605.

HSL color Cylindrical-coordinate representation of color #751ECB: hue angle of 270.17º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751ECB is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 30 203 -
CMYK 0.42 0.85 0 0.20
HSL 270.17º 0.74% 0.46% -
HSV(B) 270.17º 0.85% 0.8% -
XYZ 18.58 9.02 57.26 -
YUV 75.74 199.82 157.43 -
System Red Green Blue C M Y K H S L
Decimal 117 30 203 0.42 0.85 0 0.20 270.17 0.74 0.46
Hex 75 1E CB 2A 55 0 14 10E 4A 2E
Octal 165 36 313 52 125 0 24 416 112 56
Binary 1110101 11110 11001011 101010 1010101 0 10100 100001110 1001010 101110

Color Harmonies of #751ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751ECB

Black with #751ECB

Text Example


Text Example

White with #751ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,30,203); }

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

background-color css

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

 a { background-color: rgb(117,30,203); }

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

border-color css

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

 span { border-color: rgb(117,30,203); }

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