Html Css Color HEX #671AEA Han Purple

📋 copy color: '#671AEA'

red 103 ◦ green 26 ◦ blue 234

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

Shades of Han Purple #671AEA

Tints of Han Purple #671AEA

RGB

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

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

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

R = 28.37%
G = 7.16%
B = 64.46%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#671AEA (or 0x671AEA) is known color: Han Purple. HEX triplet: 67, 1A and EA. RGB value is (103,26,234). Sum of RGB (Red+Green+Blue) = 103+26+234=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 234 (91.80% from 255 or 64.46% from 363); Max value from RGB is 234 - color contains mainly: blue. Hex color #671AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #671AEA is #98E515. Grayscale: #474747. Windows color (decimal): -10020118 or 15342183. OLE color: 15342183.

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

Color convert

RGB 103 26 234 -
CMYK 0.56 0.89 0 0.08
HSL 262.21º 0.83% 0.51% -
HSV(B) 262.21º 0.89% 0.92% -
XYZ 20.81 9.56 78.59 -
YUV 72.74 219.01 149.59 -
System Red Green Blue C M Y K H S L
Decimal 103 26 234 0.56 0.89 0 0.08 262.21 0.83 0.51
Hex 67 1A EA 38 59 0 8 106 53 33
Octal 147 32 352 70 131 0 10 406 123 63
Binary 1100111 11010 11101010 111000 1011001 0 1000 100000110 1010011 110011

Color Harmonies of #671AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671AEA

Black with #671AEA

Text Example


Text Example

White with #671AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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