Html Css Color HEX #7D38CE Blue Violet

📋 copy color: '#7D38CE'

red 125 ◦ green 56 ◦ blue 206

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

Shades of Blue Violet #7D38CE

Tints of Blue Violet #7D38CE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.47%

 BLUE value IS 206 (80.86% from 255) = 53.23%

R = 32.3%
G = 14.47%
B = 53.23%

CMYK

 C value IS 0.39

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D38CE (or 0x7D38CE) is known color: Blue Violet. HEX triplet: 7D, 38 and CE. RGB value is (125,56,206). Sum of RGB (Red+Green+Blue) = 125+56+206=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 56 (22.27% from 255 or 14.47% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D38CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D38CE is #82C731. Grayscale: #5D5D5D. Windows color (decimal): -8570674 or 13514877. OLE color: 13514877.

HSL color Cylindrical-coordinate representation of color #7D38CE: hue angle of 267.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7D38CE is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 56 206 -
CMYK 0.39 0.73 0 0.19
HSL 267.6º 0.6% 0.51% -
HSV(B) 267.6º 0.73% 0.81% -
XYZ 21.01 11.64 59.53 -
YUV 93.73 191.36 150.3 -
System Red Green Blue C M Y K H S L
Decimal 125 56 206 0.39 0.73 0 0.19 267.6 0.6 0.51
Hex 7D 38 CE 27 49 0 13 10C 3C 33
Octal 175 70 316 47 111 0 23 414 74 63
Binary 1111101 111000 11001110 100111 1001001 0 10011 100001100 111100 110011

Color Harmonies of #7D38CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D38CE

Black with #7D38CE

Text Example


Text Example

White with #7D38CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,56,206); }

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

background-color css

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

 a { background-color: rgb(125,56,206); }

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

border-color css

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

 span { border-color: rgb(125,56,206); }

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