Html Css Color HEX #7D28CF Blue Violet

📋 copy color: '#7D28CF'

red 125 ◦ green 40 ◦ blue 207

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

Shades of Blue Violet #7D28CF

Tints of Blue Violet #7D28CF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.75%

 BLUE value IS 207 (81.25% from 255) = 55.65%

R = 33.6%
G = 10.75%
B = 55.65%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D28CF (or 0x7D28CF) is known color: Blue Violet. HEX triplet: 7D, 28 and CF. RGB value is (125,40,207). Sum of RGB (Red+Green+Blue) = 125+40+207=372 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.60% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D28CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D28CF is #82D730. Grayscale: #535353. Windows color (decimal): -8574769 or 13576317. OLE color: 13576317.

HSL color Cylindrical-coordinate representation of color #7D28CF: hue angle of 270.54º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7D28CF is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 40 207 -
CMYK 0.40 0.81 0 0.19
HSL 270.54º 0.68% 0.48% -
HSV(B) 270.54º 0.81% 0.81% -
XYZ 20.48 10.38 59.96 -
YUV 84.45 197.16 156.92 -
System Red Green Blue C M Y K H S L
Decimal 125 40 207 0.40 0.81 0 0.19 270.54 0.68 0.48
Hex 7D 28 CF 28 51 0 13 10F 44 30
Octal 175 50 317 50 121 0 23 417 104 60
Binary 1111101 101000 11001111 101000 1010001 0 10011 100001111 1000100 110000

Color Harmonies of #7D28CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D28CF

Black with #7D28CF

Text Example


Text Example

White with #7D28CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,40,207); }

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

background-color css

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

 a { background-color: rgb(125,40,207); }

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

border-color css

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

 span { border-color: rgb(125,40,207); }

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