Html Css Color HEX #7C24CC Blue Violet

📋 copy color: '#7C24CC'

red 124 ◦ green 36 ◦ blue 204

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

Shades of Blue Violet #7C24CC

Tints of Blue Violet #7C24CC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.89%

 BLUE value IS 204 (80.08% from 255) = 56.04%

R = 34.07%
G = 9.89%
B = 56.04%

CMYK

 C value IS 0.39

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7C24CC (or 0x7C24CC) is known color: Blue Violet. HEX triplet: 7C, 24 and CC. RGB value is (124,36,204). Sum of RGB (Red+Green+Blue) = 124+36+204=364 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.07% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C24CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C24CC is #83DB33. Grayscale: #505050. Windows color (decimal): -8641332 or 13378684. OLE color: 13378684.

HSL color Cylindrical-coordinate representation of color #7C24CC: hue angle of 271.43º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C24CC is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 124 36 204 -
CMYK 0.39 0.82 0 0.2
HSL 271.43º 0.7% 0.47% -
HSV(B) 271.43º 0.82% 0.8% -
XYZ 19.84 9.91 57.99 -
YUV 81.46 197.15 158.34 -
System Red Green Blue C M Y K H S L
Decimal 124 36 204 0.39 0.82 0 0.2 271.43 0.7 0.47
Hex 7C 24 CC 27 52 0 14 10F 46 2F
Octal 174 44 314 47 122 0 24 417 106 57
Binary 1111100 100100 11001100 100111 1010010 0 10100 100001111 1000110 101111

Color Harmonies of #7C24CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C24CC

Black with #7C24CC

Text Example


Text Example

White with #7C24CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,36,204); }

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

background-color css

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

 a { background-color: rgb(124,36,204); }

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

border-color css

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

 span { border-color: rgb(124,36,204); }

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