Html Css Color HEX #7C33BD Purple Heart

📋 copy color: '#7C33BD'

red 124 ◦ green 51 ◦ blue 189

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

Shades of Purple Heart #7C33BD

Tints of Purple Heart #7C33BD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.01%

 BLUE value IS 189 (74.22% from 255) = 51.92%

R = 34.07%
G = 14.01%
B = 51.92%

CMYK

 C value IS 0.34

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7C33BD (or 0x7C33BD) is known color: Purple Heart. HEX triplet: 7C, 33 and BD. RGB value is (124,51,189). Sum of RGB (Red+Green+Blue) = 124+51+189=364 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.07% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #7C33BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C33BD is #83CC42. Grayscale: #585858. Windows color (decimal): -8637507 or 12399484. OLE color: 12399484.

HSL color Cylindrical-coordinate representation of color #7C33BD: hue angle of 271.74º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C33BD is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 51 189 -
CMYK 0.34 0.73 0 0.26
HSL 271.74º 0.58% 0.47% -
HSV(B) 271.74º 0.73% 0.74% -
XYZ 18.68 10.33 49.15 -
YUV 88.56 184.68 153.28 -
System Red Green Blue C M Y K H S L
Decimal 124 51 189 0.34 0.73 0 0.26 271.74 0.58 0.47
Hex 7C 33 BD 22 49 0 1A 110 3A 2F
Octal 174 63 275 42 111 0 32 420 72 57
Binary 1111100 110011 10111101 100010 1001001 0 11010 100010000 111010 101111

Color Harmonies of #7C33BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C33BD

Black with #7C33BD

Text Example


Text Example

White with #7C33BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,51,189); }

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

background-color css

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

 a { background-color: rgb(124,51,189); }

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

border-color css

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

 span { border-color: rgb(124,51,189); }

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