Html Css Color HEX #6229FA Han Purple

📋 copy color: '#6229FA'

red 98 ◦ green 41 ◦ blue 250

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

Shades of Han Purple #6229FA

Tints of Han Purple #6229FA

RGB

 RED value IS 98 (38.67% from 255) = 25.19%

 GREEN value IS 41 (16.41% from 255) = 10.54%

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

R = 25.19%
G = 10.54%
B = 64.27%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6229FA (or 0x6229FA) is known color: Han Purple. HEX triplet: 62, 29 and FA. RGB value is (98,41,250). Sum of RGB (Red+Green+Blue) = 98+41+250=389 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.19% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #6229FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6229FA is #9DD605. Grayscale: #515151. Windows color (decimal): -10343942 or 16394594. OLE color: 16394594.

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

Color convert

RGB 98 41 250 -
CMYK 0.61 0.84 0 0.02
HSL 256.36º 0.95% 0.57% -
HSV(B) 256.36º 0.84% 0.98% -
XYZ 23.09 11.08 91.37 -
YUV 81.87 222.88 139.51 -
System Red Green Blue C M Y K H S L
Decimal 98 41 250 0.61 0.84 0 0.02 256.36 0.95 0.57
Hex 62 29 FA 3D 54 0 2 100 5F 39
Octal 142 51 372 75 124 0 2 400 137 71
Binary 1100010 101001 11111010 111101 1010100 0 10 100000000 1011111 111001

Color Harmonies of #6229FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6229FA

Black with #6229FA

Text Example


Text Example

White with #6229FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,41,250); }

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

background-color css

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

 a { background-color: rgb(98,41,250); }

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

border-color css

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

 span { border-color: rgb(98,41,250); }

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