Html Css Color HEX #671DFF Han Purple

📋 copy color: '#671DFF'

red 103 ◦ green 29 ◦ blue 255

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

Shades of Han Purple #671DFF

Tints of Han Purple #671DFF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.49%

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

R = 26.61%
G = 7.49%
B = 65.89%

CMYK

 C value IS 0.60

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#671DFF (or 0x671DFF) is known color: Han Purple. HEX triplet: 67, 1D and FF. RGB value is (103,29,255). Sum of RGB (Red+Green+Blue) = 103+29+255=387 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.61% from 387); Green value is 29 (11.72% from 255 or 7.49% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #671DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #671DFF is #98E200. Grayscale: #4C4C4C. Windows color (decimal): -10019329 or 16719207. OLE color: 16719207.

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

Color convert

RGB 103 29 255 -
CMYK 0.60 0.89 0 0
HSL 259.65º 1% 0.56% -
HSV(B) 259.65º 0.89% 1% -
XYZ 24.08 10.98 95.46 -
YUV 76.89 228.52 146.62 -
System Red Green Blue C M Y K H S L
Decimal 103 29 255 0.60 0.89 0 0 259.65 1 0.56
Hex 67 1D FF 3C 59 0 0 104 64 38
Octal 147 35 377 74 131 0 0 404 144 70
Binary 1100111 11101 11111111 111100 1011001 0 0 100000100 1100100 111000

Color Harmonies of #671DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671DFF

Black with #671DFF

Text Example


Text Example

White with #671DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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