Html Css Color HEX #4313F6 Han Purple

📋 copy color: '#4313F6'

red 67 ◦ green 19 ◦ blue 246

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

Shades of Han Purple #4313F6

Tints of Han Purple #4313F6

RGB

 RED value IS 67 (26.56% from 255) = 20.18%

 GREEN value IS 19 (7.81% from 255) = 5.72%

 BLUE value IS 246 (96.48% from 255) = 74.1%

R = 20.18%
G = 5.72%
B = 74.1%

CMYK

 C value IS 0.73

 M value IS 0.92

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4313F6 (or 0x4313F6) is known color: Han Purple. HEX triplet: 43, 13 and F6. RGB value is (67,19,246). Sum of RGB (Red+Green+Blue) = 67+19+246=332 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.18% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 246 (96.48% from 255 or 74.10% from 332); Max value from RGB is 246 - color contains mainly: blue. Hex color #4313F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4313F6 is #BCEC09. Grayscale: #3A3A3A. Windows color (decimal): -12381194 or 16126787. OLE color: 16126787.

HSL color Cylindrical-coordinate representation of color #4313F6: hue angle of 252.69º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4313F6 is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 67 19 246 -
CMYK 0.73 0.92 0 0.04
HSL 252.69º 0.93% 0.52% -
HSV(B) 252.69º 0.92% 0.96% -
XYZ 19.18 8.31 87.78 -
YUV 59.23 233.4 133.54 -
System Red Green Blue C M Y K H S L
Decimal 67 19 246 0.73 0.92 0 0.04 252.69 0.93 0.52
Hex 43 13 F6 49 5C 0 4 FD 5D 34
Octal 103 23 366 111 134 0 4 375 135 64
Binary 1000011 10011 11110110 1001001 1011100 0 100 11111101 1011101 110100

Color Harmonies of #4313F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4313F6

Black with #4313F6

Text Example


Text Example

White with #4313F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4313F6; }

 p { color: rgb(67,19,246); }

 H1.HeaderClassName
 {
   color: #4313F6;
 }
 .AnyTagClassName
 {
   color: #4313F6;
 }
</style>

background-color css

<style>
 a { background-color: #4313F6; }

 a { background-color: rgb(67,19,246); }

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

border-color css

<style>
 span { border-color: #4313F6; }

 span { border-color: rgb(67,19,246); }

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