Html Css Color HEX #7C33BC Purple Heart

📋 copy color: '#7C33BC'

red 124 ◦ green 51 ◦ blue 188

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

Shades of Purple Heart #7C33BC

Tints of Purple Heart #7C33BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.79%

R = 34.16%
G = 14.05%
B = 51.79%

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

#7C33BC (or 0x7C33BC) is known color: Purple Heart. HEX triplet: 7C, 33 and BC. RGB value is (124,51,188). Sum of RGB (Red+Green+Blue) = 124+51+188=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C33BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C33BC is #83CC43. Grayscale: #575757. Windows color (decimal): -8637508 or 12333948. OLE color: 12333948.

HSL color Cylindrical-coordinate representation of color #7C33BC: hue angle of 271.97º 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 #7C33BC is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 51 188 -
CMYK 0.34 0.73 0 0.26
HSL 271.97º 0.57% 0.47% -
HSV(B) 271.97º 0.73% 0.74% -
XYZ 18.57 10.28 48.58 -
YUV 88.45 184.18 153.36 -
System Red Green Blue C M Y K H S L
Decimal 124 51 188 0.34 0.73 0 0.26 271.97 0.57 0.47
Hex 7C 33 BC 22 49 0 1A 110 39 2F
Octal 174 63 274 42 111 0 32 420 71 57
Binary 1111100 110011 10111100 100010 1001001 0 11010 100010000 111001 101111

Color Harmonies of #7C33BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C33BC

Black with #7C33BC

Text Example


Text Example

White with #7C33BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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