Html Css Color HEX #7D1CCB Blue Violet

📋 copy color: '#7D1CCB'

red 125 ◦ green 28 ◦ blue 203

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

Shades of Blue Violet #7D1CCB

Tints of Blue Violet #7D1CCB

RGB

 RED value IS 125 (49.22% from 255) = 35.11%

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

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

R = 35.11%
G = 7.87%
B = 57.02%

CMYK

 C value IS 0.38

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D1CCB (or 0x7D1CCB) is known color: Blue Violet. HEX triplet: 7D, 1C and CB. RGB value is (125,28,203). Sum of RGB (Red+Green+Blue) = 125+28+203=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 28 (11.33% from 255 or 7.87% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D1CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1CCB is #82E334. Grayscale: #4C4C4C. Windows color (decimal): -8577845 or 13311101. OLE color: 13311101.

HSL color Cylindrical-coordinate representation of color #7D1CCB: hue angle of 273.26º 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 #7D1CCB is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 28 203 -
CMYK 0.38 0.86 0 0.20
HSL 273.26º 0.76% 0.45% -
HSV(B) 273.26º 0.86% 0.8% -
XYZ 19.65 9.5 57.3 -
YUV 76.95 199.14 162.27 -
System Red Green Blue C M Y K H S L
Decimal 125 28 203 0.38 0.86 0 0.20 273.26 0.76 0.45
Hex 7D 1C CB 26 56 0 14 111 4C 2D
Octal 175 34 313 46 126 0 24 421 114 55
Binary 1111101 11100 11001011 100110 1010110 0 10100 100010001 1001100 101101

Color Harmonies of #7D1CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1CCB

Black with #7D1CCB

Text Example


Text Example

White with #7D1CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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