Html Css Color HEX #6434FA Han Purple

📋 copy color: '#6434FA'

red 100 ◦ green 52 ◦ blue 250

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

Shades of Han Purple #6434FA

Tints of Han Purple #6434FA

RGB

 RED value IS 100 (39.45% from 255) = 24.88%

 GREEN value IS 52 (20.7% from 255) = 12.94%

 BLUE value IS 250 (98.05% from 255) = 62.19%

R = 24.88%
G = 12.94%
B = 62.19%

CMYK

 C value IS 0.6

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6434FA (or 0x6434FA) is known color: Han Purple. HEX triplet: 64, 34 and FA. RGB value is (100,52,250). Sum of RGB (Red+Green+Blue) = 100+52+250=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 52 (20.70% from 255 or 12.94% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #6434FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6434FA is #9BCB05. Grayscale: #585858. Windows color (decimal): -10210054 or 16397412. OLE color: 16397412.

HSL color Cylindrical-coordinate representation of color #6434FA: hue angle of 254.55º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6434FA is Cyan = 0.6, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 52 250 -
CMYK 0.6 0.79 0 0.02
HSL 254.55º 0.95% 0.59% -
HSV(B) 254.55º 0.79% 0.98% -
XYZ 23.74 12.07 91.52 -
YUV 88.92 218.9 135.9 -
System Red Green Blue C M Y K H S L
Decimal 100 52 250 0.6 0.79 0 0.02 254.55 0.95 0.59
Hex 64 34 FA 3C 4F 0 2 FF 5F 3B
Octal 144 64 372 74 117 0 2 377 137 73
Binary 1100100 110100 11111010 111100 1001111 0 10 11111111 1011111 111011

Color Harmonies of #6434FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6434FA

Black with #6434FA

Text Example


Text Example

White with #6434FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6434FA; }

 p { color: rgb(100,52,250); }

 H1.HeaderClassName
 {
   color: #6434FA;
 }
 .AnyTagClassName
 {
   color: #6434FA;
 }
</style>

background-color css

<style>
 a { background-color: #6434FA; }

 a { background-color: rgb(100,52,250); }

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

border-color css

<style>
 span { border-color: #6434FA; }

 span { border-color: rgb(100,52,250); }

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