Html Css Color HEX #7C1CCB Blue Violet

📋 copy color: '#7C1CCB'

red 124 ◦ green 28 ◦ blue 203

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

Shades of Blue Violet #7C1CCB

Tints of Blue Violet #7C1CCB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.89%

 BLUE value IS 203 (79.69% from 255) = 57.18%

R = 34.93%
G = 7.89%
B = 57.18%

CMYK

 C value IS 0.39

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7C1CCB (or 0x7C1CCB) is known color: Blue Violet. HEX triplet: 7C, 1C and CB. RGB value is (124,28,203). Sum of RGB (Red+Green+Blue) = 124+28+203=355 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.93% from 355); Green value is 28 (11.33% from 255 or 7.89% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #7C1CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C1CCB is #83E334. Grayscale: #4C4C4C. Windows color (decimal): -8643381 or 13311100. OLE color: 13311100.

HSL color Cylindrical-coordinate representation of color #7C1CCB: hue angle of 272.91º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C1CCB is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 28 203 -
CMYK 0.39 0.86 0 0.20
HSL 272.91º 0.76% 0.45% -
HSV(B) 272.91º 0.86% 0.8% -
XYZ 19.51 9.43 57.29 -
YUV 76.65 199.3 161.77 -
System Red Green Blue C M Y K H S L
Decimal 124 28 203 0.39 0.86 0 0.20 272.91 0.76 0.45
Hex 7C 1C CB 27 56 0 14 111 4C 2D
Octal 174 34 313 47 126 0 24 421 114 55
Binary 1111100 11100 11001011 100111 1010110 0 10100 100010001 1001100 101101

Color Harmonies of #7C1CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1CCB

Black with #7C1CCB

Text Example


Text Example

White with #7C1CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,28,203); }

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

background-color css

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

 a { background-color: rgb(124,28,203); }

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

border-color css

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

 span { border-color: rgb(124,28,203); }

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