Html Css Color HEX #7C23BF Purple Heart

📋 copy color: '#7C23BF'

red 124 ◦ green 35 ◦ blue 191

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

Shades of Purple Heart #7C23BF

Tints of Purple Heart #7C23BF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10%

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

R = 35.43%
G = 10%
B = 54.57%

CMYK

 C value IS 0.35

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7C23BF (or 0x7C23BF) is known color: Purple Heart. HEX triplet: 7C, 23 and BF. RGB value is (124,35,191). Sum of RGB (Red+Green+Blue) = 124+35+191=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C23BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C23BF is #83DC40. Grayscale: #4E4E4E. Windows color (decimal): -8641601 or 12526460. OLE color: 12526460.

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

Color convert

RGB 124 35 191 -
CMYK 0.35 0.82 0 0.25
HSL 274.23º 0.69% 0.44% -
HSV(B) 274.23º 0.82% 0.75% -
XYZ 18.32 9.25 50.11 -
YUV 79.4 190.99 159.82 -
System Red Green Blue C M Y K H S L
Decimal 124 35 191 0.35 0.82 0 0.25 274.23 0.69 0.44
Hex 7C 23 BF 23 52 0 19 112 45 2C
Octal 174 43 277 43 122 0 31 422 105 54
Binary 1111100 100011 10111111 100011 1010010 0 11001 100010010 1000101 101100

Color Harmonies of #7C23BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C23BF

Black with #7C23BF

Text Example


Text Example

White with #7C23BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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