Html Css Color HEX #672EFD Han Purple

📋 copy color: '#672EFD'

red 103 ◦ green 46 ◦ blue 253

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

Shades of Han Purple #672EFD

Tints of Han Purple #672EFD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.44%

 BLUE value IS 253 (99.22% from 255) = 62.94%

R = 25.62%
G = 11.44%
B = 62.94%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#672EFD (or 0x672EFD) is known color: Han Purple. HEX triplet: 67, 2E and FD. RGB value is (103,46,253). Sum of RGB (Red+Green+Blue) = 103+46+253=402 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.62% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 253 (99.22% from 255 or 62.94% from 402); Max value from RGB is 253 - color contains mainly: blue. Hex color #672EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672EFD is #98D102. Grayscale: #555555. Windows color (decimal): -10014979 or 16592487. OLE color: 16592487.

HSL color Cylindrical-coordinate representation of color #672EFD: hue angle of 256.52º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #672EFD is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 103 46 253 -
CMYK 0.59 0.82 0 0.01
HSL 256.52º 0.98% 0.59% -
HSV(B) 256.52º 0.82% 0.99% -
XYZ 24.3 11.93 93.95 -
YUV 86.64 221.88 139.67 -
System Red Green Blue C M Y K H S L
Decimal 103 46 253 0.59 0.82 0 0.01 256.52 0.98 0.59
Hex 67 2E FD 3B 52 0 1 101 62 3B
Octal 147 56 375 73 122 0 1 401 142 73
Binary 1100111 101110 11111101 111011 1010010 0 1 100000001 1100010 111011

Color Harmonies of #672EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672EFD

Black with #672EFD

Text Example


Text Example

White with #672EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672EFD; }

 p { color: rgb(103,46,253); }

 H1.HeaderClassName
 {
   color: #672EFD;
 }
 .AnyTagClassName
 {
   color: #672EFD;
 }
</style>

background-color css

<style>
 a { background-color: #672EFD; }

 a { background-color: rgb(103,46,253); }

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

border-color css

<style>
 span { border-color: #672EFD; }

 span { border-color: rgb(103,46,253); }

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