Html Css Color HEX #6D1EFD Han Purple

📋 copy color: '#6D1EFD'

red 109 ◦ green 30 ◦ blue 253

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

Shades of Han Purple #6D1EFD

Tints of Han Purple #6D1EFD

RGB

 RED value IS 109 (42.97% from 255) = 27.81%

 GREEN value IS 30 (12.11% from 255) = 7.65%

 BLUE value IS 253 (99.22% from 255) = 64.54%

R = 27.81%
G = 7.65%
B = 64.54%

CMYK

 C value IS 0.57

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D1EFD (or 0x6D1EFD) is known color: Han Purple. HEX triplet: 6D, 1E and FD. RGB value is (109,30,253). Sum of RGB (Red+Green+Blue) = 109+30+253=392 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.81% from 392); Green value is 30 (12.11% from 255 or 7.65% from 392); Blue value is 253 (99.22% from 255 or 64.54% from 392); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D1EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D1EFD is #92E102. Grayscale: #4E4E4E. Windows color (decimal): -9625859 or 16588397. OLE color: 16588397.

HSL color Cylindrical-coordinate representation of color #6D1EFD: hue angle of 261.26º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D1EFD is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 109 30 253 -
CMYK 0.57 0.88 0 0.01
HSL 261.26º 0.98% 0.55% -
HSV(B) 261.26º 0.88% 0.99% -
XYZ 24.5 11.27 93.81 -
YUV 79.04 226.17 149.37 -
System Red Green Blue C M Y K H S L
Decimal 109 30 253 0.57 0.88 0 0.01 261.26 0.98 0.55
Hex 6D 1E FD 39 58 0 1 105 62 37
Octal 155 36 375 71 130 0 1 405 142 67
Binary 1101101 11110 11111101 111001 1011000 0 1 100000101 1100010 110111

Color Harmonies of #6D1EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1EFD

Black with #6D1EFD

Text Example


Text Example

White with #6D1EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D1EFD; }

 p { color: rgb(109,30,253); }

 H1.HeaderClassName
 {
   color: #6D1EFD;
 }
 .AnyTagClassName
 {
   color: #6D1EFD;
 }
</style>

background-color css

<style>
 a { background-color: #6D1EFD; }

 a { background-color: rgb(109,30,253); }

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

border-color css

<style>
 span { border-color: #6D1EFD; }

 span { border-color: rgb(109,30,253); }

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