Html Css Color HEX #6C1CFA Han Purple

📋 copy color: '#6C1CFA'

red 108 ◦ green 28 ◦ blue 250

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

Shades of Han Purple #6C1CFA

Tints of Han Purple #6C1CFA

RGB

 RED value IS 108 (42.58% from 255) = 27.98%

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

 BLUE value IS 250 (98.05% from 255) = 64.77%

R = 27.98%
G = 7.25%
B = 64.77%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6C1CFA (or 0x6C1CFA) is known color: Han Purple. HEX triplet: 6C, 1C and FA. RGB value is (108,28,250). Sum of RGB (Red+Green+Blue) = 108+28+250=386 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.98% from 386); Green value is 28 (11.33% from 255 or 7.25% from 386); Blue value is 250 (98.05% from 255 or 64.77% from 386); Max value from RGB is 250 - color contains mainly: blue. Hex color #6C1CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C1CFA is #93E305. Grayscale: #4C4C4C. Windows color (decimal): -9691910 or 16391276. OLE color: 16391276.

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

Color convert

RGB 108 28 250 -
CMYK 0.57 0.89 0 0.02
HSL 261.62º 0.96% 0.55% -
HSV(B) 261.62º 0.89% 0.98% -
XYZ 23.85 10.92 91.29 -
YUV 77.23 225.5 149.95 -
System Red Green Blue C M Y K H S L
Decimal 108 28 250 0.57 0.89 0 0.02 261.62 0.96 0.55
Hex 6C 1C FA 39 59 0 2 106 60 37
Octal 154 34 372 71 131 0 2 406 140 67
Binary 1101100 11100 11111010 111001 1011001 0 10 100000110 1100000 110111

Color Harmonies of #6C1CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1CFA

Black with #6C1CFA

Text Example


Text Example

White with #6C1CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,28,250); }

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

background-color css

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

 a { background-color: rgb(108,28,250); }

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

border-color css

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

 span { border-color: rgb(108,28,250); }

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