Html Css Color HEX #671FEA Han Purple

📋 copy color: '#671FEA'

red 103 ◦ green 31 ◦ blue 234

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

Shades of Han Purple #671FEA

Tints of Han Purple #671FEA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.42%

 BLUE value IS 234 (91.8% from 255) = 63.59%

R = 27.99%
G = 8.42%
B = 63.59%

CMYK

 C value IS 0.56

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#671FEA (or 0x671FEA) is known color: Han Purple. HEX triplet: 67, 1F and EA. RGB value is (103,31,234). Sum of RGB (Red+Green+Blue) = 103+31+234=368 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.99% from 368); Green value is 31 (12.5% from 255 or 8.42% from 368); Blue value is 234 (91.80% from 255 or 63.59% from 368); Max value from RGB is 234 - color contains mainly: blue. Hex color #671FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #671FEA is #98E015. Grayscale: #4A4A4A. Windows color (decimal): -10018838 or 15343463. OLE color: 15343463.

HSL color Cylindrical-coordinate representation of color #671FEA: hue angle of 261.28º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #671FEA is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 103 31 234 -
CMYK 0.56 0.87 0 0.08
HSL 261.28º 0.83% 0.52% -
HSV(B) 261.28º 0.87% 0.92% -
XYZ 20.93 9.8 78.63 -
YUV 75.67 217.35 147.49 -
System Red Green Blue C M Y K H S L
Decimal 103 31 234 0.56 0.87 0 0.08 261.28 0.83 0.52
Hex 67 1F EA 38 57 0 8 105 53 34
Octal 147 37 352 70 127 0 10 405 123 64
Binary 1100111 11111 11101010 111000 1010111 0 1000 100000101 1010011 110100

Color Harmonies of #671FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671FEA

Black with #671FEA

Text Example


Text Example

White with #671FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,31,234); }

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

background-color css

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

 a { background-color: rgb(103,31,234); }

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

border-color css

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

 span { border-color: rgb(103,31,234); }

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