Html Css Color HEX #470CED Han Purple

📋 copy color: '#470CED'

red 71 ◦ green 12 ◦ blue 237

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

Shades of Han Purple #470CED

Tints of Han Purple #470CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 74.06%

R = 22.19%
G = 3.75%
B = 74.06%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#470CED (or 0x470CED) is known color: Han Purple. HEX triplet: 47, 0C and ED. RGB value is (71,12,237). Sum of RGB (Red+Green+Blue) = 71+12+237=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 237 (92.97% from 255 or 74.06% from 320); Max value from RGB is 237 - color contains mainly: blue. Hex color #470CED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470CED is #B8F312. Grayscale: #363636. Windows color (decimal): -12120851 or 15535175. OLE color: 15535175.

HSL color Cylindrical-coordinate representation of color #470CED: hue angle of 255.73º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470CED is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 71 12 237 -
CMYK 0.70 0.95 0 0.07
HSL 255.73º 0.9% 0.49% -
HSV(B) 255.73º 0.95% 0.93% -
XYZ 18.02 7.72 80.66 -
YUV 55.29 230.55 139.2 -
System Red Green Blue C M Y K H S L
Decimal 71 12 237 0.70 0.95 0 0.07 255.73 0.9 0.49
Hex 47 C ED 46 5F 0 7 100 5A 31
Octal 107 14 355 106 137 0 7 400 132 61
Binary 1000111 1100 11101101 1000110 1011111 0 111 100000000 1011010 110001

Color Harmonies of #470CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470CED

Black with #470CED

Text Example


Text Example

White with #470CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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