Html Css Color HEX #6D1CFD Han Purple

📋 copy color: '#6D1CFD'

red 109 ◦ green 28 ◦ blue 253

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

Shades of Han Purple #6D1CFD

Tints of Han Purple #6D1CFD

RGB

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

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

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

R = 27.95%
G = 7.18%
B = 64.87%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D1CFD (or 0x6D1CFD) is known color: Han Purple. HEX triplet: 6D, 1C and FD. RGB value is (109,28,253). Sum of RGB (Red+Green+Blue) = 109+28+253=390 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.95% from 390); Green value is 28 (11.33% from 255 or 7.18% from 390); Blue value is 253 (99.22% from 255 or 64.87% from 390); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D1CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D1CFD is #92E302. Grayscale: #4D4D4D. Windows color (decimal): -9626371 or 16587885. OLE color: 16587885.

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

Color convert

RGB 109 28 253 -
CMYK 0.57 0.89 0 0.01
HSL 261.6º 0.98% 0.55% -
HSV(B) 261.6º 0.89% 0.99% -
XYZ 24.45 11.17 93.8 -
YUV 77.87 226.84 150.2 -
System Red Green Blue C M Y K H S L
Decimal 109 28 253 0.57 0.89 0 0.01 261.6 0.98 0.55
Hex 6D 1C FD 39 59 0 1 106 62 37
Octal 155 34 375 71 131 0 1 406 142 67
Binary 1101101 11100 11111101 111001 1011001 0 1 100000110 1100010 110111

Color Harmonies of #6D1CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1CFD

Black with #6D1CFD

Text Example


Text Example

White with #6D1CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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