Html Css Color HEX #470CFB Han Purple

📋 copy color: '#470CFB'

red 71 ◦ green 12 ◦ blue 251

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

Shades of Han Purple #470CFB

Tints of Han Purple #470CFB

RGB

 RED value IS 71 (28.13% from 255) = 21.26%

 GREEN value IS 12 (5.08% from 255) = 3.59%

 BLUE value IS 251 (98.44% from 255) = 75.15%

R = 21.26%
G = 3.59%
B = 75.15%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#470CFB (or 0x470CFB) is known color: Han Purple. HEX triplet: 47, 0C and FB. RGB value is (71,12,251). Sum of RGB (Red+Green+Blue) = 71+12+251=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 251 (98.44% from 255 or 75.15% from 334); Max value from RGB is 251 - color contains mainly: blue. Hex color #470CFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470CFB is #B8F304. Grayscale: #373737. Windows color (decimal): -12120837 or 16452679. OLE color: 16452679.

HSL color Cylindrical-coordinate representation of color #470CFB: hue angle of 254.81º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470CFB is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 71 12 251 -
CMYK 0.72 0.95 0 0.02
HSL 254.81º 0.97% 0.52% -
HSV(B) 254.81º 0.95% 0.98% -
XYZ 20.14 8.57 91.86 -
YUV 56.89 237.55 138.07 -
System Red Green Blue C M Y K H S L
Decimal 71 12 251 0.72 0.95 0 0.02 254.81 0.97 0.52
Hex 47 C FB 48 5F 0 2 FF 61 34
Octal 107 14 373 110 137 0 2 377 141 64
Binary 1000111 1100 11111011 1001000 1011111 0 10 11111111 1100001 110100

Color Harmonies of #470CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470CFB

Black with #470CFB

Text Example


Text Example

White with #470CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470CFB; }

 p { color: rgb(71,12,251); }

 H1.HeaderClassName
 {
   color: #470CFB;
 }
 .AnyTagClassName
 {
   color: #470CFB;
 }
</style>

background-color css

<style>
 a { background-color: #470CFB; }

 a { background-color: rgb(71,12,251); }

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

border-color css

<style>
 span { border-color: #470CFB; }

 span { border-color: rgb(71,12,251); }

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