Html Css Color HEX #7D3CEA Blue Violet

📋 copy color: '#7D3CEA'

red 125 ◦ green 60 ◦ blue 234

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

Shades of Blue Violet #7D3CEA

Tints of Blue Violet #7D3CEA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.32%

 BLUE value IS 234 (91.8% from 255) = 55.85%

R = 29.83%
G = 14.32%
B = 55.85%

CMYK

 C value IS 0.47

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7D3CEA (or 0x7D3CEA) is known color: Blue Violet. HEX triplet: 7D, 3C and EA. RGB value is (125,60,234). Sum of RGB (Red+Green+Blue) = 125+60+234=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 234 (91.80% from 255 or 55.85% from 419); Max value from RGB is 234 - color contains mainly: blue. Hex color #7D3CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D3CEA is #82C315. Grayscale: #626262. Windows color (decimal): -8569622 or 15350909. OLE color: 15350909.

HSL color Cylindrical-coordinate representation of color #7D3CEA: hue angle of 262.41º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D3CEA is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 60 234 -
CMYK 0.47 0.74 0 0.08
HSL 262.41º 0.81% 0.58% -
HSV(B) 262.41º 0.74% 0.92% -
XYZ 24.92 13.53 79.14 -
YUV 99.27 204.03 146.35 -
System Red Green Blue C M Y K H S L
Decimal 125 60 234 0.47 0.74 0 0.08 262.41 0.81 0.58
Hex 7D 3C EA 2F 4A 0 8 106 51 3A
Octal 175 74 352 57 112 0 10 406 121 72
Binary 1111101 111100 11101010 101111 1001010 0 1000 100000110 1010001 111010

Color Harmonies of #7D3CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3CEA

Black with #7D3CEA

Text Example


Text Example

White with #7D3CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,60,234); }

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

background-color css

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

 a { background-color: rgb(125,60,234); }

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

border-color css

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

 span { border-color: rgb(125,60,234); }

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