Html Css Color HEX #4F1CFD Han Purple

📋 copy color: '#4F1CFD'

red 79 ◦ green 28 ◦ blue 253

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

Shades of Han Purple #4F1CFD

Tints of Han Purple #4F1CFD

RGB

 RED value IS 79 (31.25% from 255) = 21.94%

 GREEN value IS 28 (11.33% from 255) = 7.78%

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

R = 21.94%
G = 7.78%
B = 70.28%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4F1CFD (or 0x4F1CFD) is known color: Han Purple. HEX triplet: 4F, 1C and FD. RGB value is (79,28,253). Sum of RGB (Red+Green+Blue) = 79+28+253=360 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.94% from 360); Green value is 28 (11.33% from 255 or 7.78% from 360); Blue value is 253 (99.22% from 255 or 70.28% from 360); Max value from RGB is 253 - color contains mainly: blue. Hex color #4F1CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F1CFD is #B0E302. Grayscale: #444444. Windows color (decimal): -11592451 or 16587855. OLE color: 16587855.

HSL color Cylindrical-coordinate representation of color #4F1CFD: hue angle of 253.6º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F1CFD is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 79 28 253 -
CMYK 0.69 0.89 0 0.01
HSL 253.6º 0.98% 0.55% -
HSV(B) 253.6º 0.89% 0.99% -
XYZ 21.37 9.58 93.65 -
YUV 68.9 231.9 135.2 -
System Red Green Blue C M Y K H S L
Decimal 79 28 253 0.69 0.89 0 0.01 253.6 0.98 0.55
Hex 4F 1C FD 45 59 0 1 FE 62 37
Octal 117 34 375 105 131 0 1 376 142 67
Binary 1001111 11100 11111101 1000101 1011001 0 1 11111110 1100010 110111

Color Harmonies of #4F1CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1CFD

Black with #4F1CFD

Text Example


Text Example

White with #4F1CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F1CFD; }

 p { color: rgb(79,28,253); }

 H1.HeaderClassName
 {
   color: #4F1CFD;
 }
 .AnyTagClassName
 {
   color: #4F1CFD;
 }
</style>

background-color css

<style>
 a { background-color: #4F1CFD; }

 a { background-color: rgb(79,28,253); }

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

border-color css

<style>
 span { border-color: #4F1CFD; }

 span { border-color: rgb(79,28,253); }

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