Html Css Color HEX #460CFD Han Purple

📋 copy color: '#460CFD'

red 70 ◦ green 12 ◦ blue 253

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

Shades of Han Purple #460CFD

Tints of Han Purple #460CFD

RGB

 RED value IS 70 (27.73% from 255) = 20.9%

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

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

R = 20.9%
G = 3.58%
B = 75.52%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#460CFD (or 0x460CFD) is known color: Han Purple. HEX triplet: 46, 0C and FD. RGB value is (70,12,253). Sum of RGB (Red+Green+Blue) = 70+12+253=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 253 (99.22% from 255 or 75.52% from 335); Max value from RGB is 253 - color contains mainly: blue. Hex color #460CFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460CFD is #B9F302. Grayscale: #373737. Windows color (decimal): -12186371 or 16583750. OLE color: 16583750.

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

Color convert

RGB 70 12 253 -
CMYK 0.72 0.95 0 0.01
HSL 254.44º 0.98% 0.52% -
HSV(B) 254.44º 0.95% 0.99% -
XYZ 20.39 8.66 93.52 -
YUV 56.82 238.72 137.4 -
System Red Green Blue C M Y K H S L
Decimal 70 12 253 0.72 0.95 0 0.01 254.44 0.98 0.52
Hex 46 C FD 48 5F 0 1 FE 62 34
Octal 106 14 375 110 137 0 1 376 142 64
Binary 1000110 1100 11111101 1001000 1011111 0 1 11111110 1100010 110100

Color Harmonies of #460CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460CFD

Black with #460CFD

Text Example


Text Example

White with #460CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460CFD; }

 p { color: rgb(70,12,253); }

 H1.HeaderClassName
 {
   color: #460CFD;
 }
 .AnyTagClassName
 {
   color: #460CFD;
 }
</style>

background-color css

<style>
 a { background-color: #460CFD; }

 a { background-color: rgb(70,12,253); }

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

border-color css

<style>
 span { border-color: #460CFD; }

 span { border-color: rgb(70,12,253); }

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