Html Css Color HEX #7C17BF Purple Heart

📋 copy color: '#7C17BF'

red 124 ◦ green 23 ◦ blue 191

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

Shades of Purple Heart #7C17BF

Tints of Purple Heart #7C17BF

RGB

 RED value IS 124 (48.83% from 255) = 36.69%

 GREEN value IS 23 (9.38% from 255) = 6.8%

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

R = 36.69%
G = 6.8%
B = 56.51%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7C17BF (or 0x7C17BF) is known color: Purple Heart. HEX triplet: 7C, 17 and BF. RGB value is (124,23,191). Sum of RGB (Red+Green+Blue) = 124+23+191=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C17BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C17BF is #83E840. Grayscale: #474747. Windows color (decimal): -8644673 or 12523388. OLE color: 12523388.

HSL color Cylindrical-coordinate representation of color #7C17BF: hue angle of 276.07º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C17BF is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 23 191 -
CMYK 0.35 0.88 0 0.25
HSL 276.07º 0.79% 0.42% -
HSV(B) 276.07º 0.88% 0.75% -
XYZ 18.02 8.66 50.01 -
YUV 72.35 194.96 164.84 -
System Red Green Blue C M Y K H S L
Decimal 124 23 191 0.35 0.88 0 0.25 276.07 0.79 0.42
Hex 7C 17 BF 23 58 0 19 114 4F 2A
Octal 174 27 277 43 130 0 31 424 117 52
Binary 1111100 10111 10111111 100011 1011000 0 11001 100010100 1001111 101010

Color Harmonies of #7C17BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C17BF

Black with #7C17BF

Text Example


Text Example

White with #7C17BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C17BF; }

 p { color: rgb(124,23,191); }

 H1.HeaderClassName
 {
   color: #7C17BF;
 }
 .AnyTagClassName
 {
   color: #7C17BF;
 }
</style>

background-color css

<style>
 a { background-color: #7C17BF; }

 a { background-color: rgb(124,23,191); }

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

border-color css

<style>
 span { border-color: #7C17BF; }

 span { border-color: rgb(124,23,191); }

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