Html Css Color HEX #6D1CFC Han Purple

📋 copy color: '#6D1CFC'

red 109 ◦ green 28 ◦ blue 252

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

Shades of Han Purple #6D1CFC

Tints of Han Purple #6D1CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 64.78%

R = 28.02%
G = 7.2%
B = 64.78%

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

#6D1CFC (or 0x6D1CFC) is known color: Han Purple. HEX triplet: 6D, 1C and FC. RGB value is (109,28,252). Sum of RGB (Red+Green+Blue) = 109+28+252=389 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.02% from 389); Green value is 28 (11.33% from 255 or 7.20% from 389); Blue value is 252 (98.83% from 255 or 64.78% from 389); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D1CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D1CFC is #92E303. Grayscale: #4C4C4C. Windows color (decimal): -9626372 or 16522349. OLE color: 16522349.

HSL color Cylindrical-coordinate representation of color #6D1CFC: hue angle of 261.7º degrees, saturation: 0.97, 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 #6D1CFC is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 109 28 252 -
CMYK 0.57 0.89 0 0.01
HSL 261.7º 0.97% 0.55% -
HSV(B) 261.7º 0.89% 0.99% -
XYZ 24.29 11.11 92.96 -
YUV 77.76 226.34 150.29 -
System Red Green Blue C M Y K H S L
Decimal 109 28 252 0.57 0.89 0 0.01 261.7 0.97 0.55
Hex 6D 1C FC 39 59 0 1 106 61 37
Octal 155 34 374 71 131 0 1 406 141 67
Binary 1101101 11100 11111100 111001 1011001 0 1 100000110 1100001 110111

Color Harmonies of #6D1CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1CFC

Black with #6D1CFC

Text Example


Text Example

White with #6D1CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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