Html Css Color HEX #6C21FE Han Purple

📋 copy color: '#6C21FE'

red 108 ◦ green 33 ◦ blue 254

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

Shades of Han Purple #6C21FE

Tints of Han Purple #6C21FE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.35%

 BLUE value IS 254 (99.61% from 255) = 64.3%

R = 27.34%
G = 8.35%
B = 64.3%

CMYK

 C value IS 0.57

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6C21FE (or 0x6C21FE) is known color: Han Purple. HEX triplet: 6C, 21 and FE. RGB value is (108,33,254). Sum of RGB (Red+Green+Blue) = 108+33+254=395 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.34% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C21FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C21FE is #93DE01. Grayscale: #4F4F4F. Windows color (decimal): -9690626 or 16654700. OLE color: 16654700.

HSL color Cylindrical-coordinate representation of color #6C21FE: hue angle of 260.36º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C21FE is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 108 33 254 -
CMYK 0.57 0.87 0 0.00
HSL 260.36º 0.99% 0.56% -
HSV(B) 260.36º 0.87% 1% -
XYZ 24.62 11.43 94.67 -
YUV 80.62 225.85 147.53 -
System Red Green Blue C M Y K H S L
Decimal 108 33 254 0.57 0.87 0 0.00 260.36 0.99 0.56
Hex 6C 21 FE 39 57 0 0 104 63 38
Octal 154 41 376 71 127 0 0 404 143 70
Binary 1101100 100001 11111110 111001 1010111 0 0 100000100 1100011 111000

Color Harmonies of #6C21FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C21FE

Black with #6C21FE

Text Example


Text Example

White with #6C21FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,33,254); }

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

background-color css

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

 a { background-color: rgb(108,33,254); }

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

border-color css

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

 span { border-color: rgb(108,33,254); }

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