Html Css Color HEX #470ACF Han Purple

📋 copy color: '#470ACF'

red 71 ◦ green 10 ◦ blue 207

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

Shades of Han Purple #470ACF

Tints of Han Purple #470ACF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.47%

 BLUE value IS 207 (81.25% from 255) = 71.88%

R = 24.65%
G = 3.47%
B = 71.88%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#470ACF (or 0x470ACF) is known color: Han Purple. HEX triplet: 47, 0A and CF. RGB value is (71,10,207). Sum of RGB (Red+Green+Blue) = 71+10+207=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 207 (81.25% from 255 or 71.88% from 288); Max value from RGB is 207 - color contains mainly: blue. Hex color #470ACF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470ACF is #B8F530. Grayscale: #313131. Windows color (decimal): -12121393 or 13568583. OLE color: 13568583.

HSL color Cylindrical-coordinate representation of color #470ACF: hue angle of 258.58º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470ACF is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 10 207 -
CMYK 0.66 0.95 0 0.19
HSL 258.58º 0.91% 0.43% -
HSV(B) 258.58º 0.95% 0.81% -
XYZ 13.97 6.06 59.47 -
YUV 50.7 216.21 142.48 -
System Red Green Blue C M Y K H S L
Decimal 71 10 207 0.66 0.95 0 0.19 258.58 0.91 0.43
Hex 47 A CF 42 5F 0 13 103 5B 2B
Octal 107 12 317 102 137 0 23 403 133 53
Binary 1000111 1010 11001111 1000010 1011111 0 10011 100000011 1011011 101011

Color Harmonies of #470ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470ACF

Black with #470ACF

Text Example


Text Example

White with #470ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,10,207); }

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

background-color css

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

 a { background-color: rgb(71,10,207); }

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

border-color css

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

 span { border-color: rgb(71,10,207); }

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