Html Css Color HEX #671AFF Han Purple

📋 copy color: '#671AFF'

red 103 ◦ green 26 ◦ blue 255

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

Shades of Han Purple #671AFF

Tints of Han Purple #671AFF

RGB

 RED value IS 103 (40.63% from 255) = 26.82%

 GREEN value IS 26 (10.55% from 255) = 6.77%

 BLUE value IS 255 (100% from 255) = 66.41%

R = 26.82%
G = 6.77%
B = 66.41%

CMYK

 C value IS 0.60

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#671AFF (or 0x671AFF) is known color: Han Purple. HEX triplet: 67, 1A and FF. RGB value is (103,26,255). Sum of RGB (Red+Green+Blue) = 103+26+255=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #671AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #671AFF is #98E500. Grayscale: #4A4A4A. Windows color (decimal): -10020097 or 16718439. OLE color: 16718439.

HSL color Cylindrical-coordinate representation of color #671AFF: hue angle of 260.17º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #671AFF is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 103 26 255 -
CMYK 0.60 0.90 0 0
HSL 260.17º 1% 0.55% -
HSV(B) 260.17º 0.9% 1% -
XYZ 24.01 10.84 95.43 -
YUV 75.13 229.51 147.88 -
System Red Green Blue C M Y K H S L
Decimal 103 26 255 0.60 0.90 0 0 260.17 1 0.55
Hex 67 1A FF 3C 5A 0 0 104 64 37
Octal 147 32 377 74 132 0 0 404 144 67
Binary 1100111 11010 11111111 111100 1011010 0 0 100000100 1100100 110111

Color Harmonies of #671AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671AFF

Black with #671AFF

Text Example


Text Example

White with #671AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671AFF; }

 p { color: rgb(103,26,255); }

 H1.HeaderClassName
 {
   color: #671AFF;
 }
 .AnyTagClassName
 {
   color: #671AFF;
 }
</style>

background-color css

<style>
 a { background-color: #671AFF; }

 a { background-color: rgb(103,26,255); }

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

border-color css

<style>
 span { border-color: #671AFF; }

 span { border-color: rgb(103,26,255); }

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