Html Css Color HEX #6334E6 Han Purple

📋 copy color: '#6334E6'

red 99 ◦ green 52 ◦ blue 230

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

Shades of Han Purple #6334E6

Tints of Han Purple #6334E6

RGB

 RED value IS 99 (39.06% from 255) = 25.98%

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

 BLUE value IS 230 (90.23% from 255) = 60.37%

R = 25.98%
G = 13.65%
B = 60.37%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6334E6 (or 0x6334E6) is known color: Han Purple. HEX triplet: 63, 34 and E6. RGB value is (99,52,230). Sum of RGB (Red+Green+Blue) = 99+52+230=381 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.98% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 230 (90.23% from 255 or 60.37% from 381); Max value from RGB is 230 - color contains mainly: blue. Hex color #6334E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6334E6 is #9CCB19. Grayscale: #555555. Windows color (decimal): -10275610 or 15086691. OLE color: 15086691.

HSL color Cylindrical-coordinate representation of color #6334E6: hue angle of 255.84º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6334E6 is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 99 52 230 -
CMYK 0.57 0.77 0 0.10
HSL 255.84º 0.78% 0.55% -
HSV(B) 255.84º 0.77% 0.9% -
XYZ 20.66 10.82 75.86 -
YUV 86.35 209.07 137.03 -
System Red Green Blue C M Y K H S L
Decimal 99 52 230 0.57 0.77 0 0.10 255.84 0.78 0.55
Hex 63 34 E6 39 4D 0 A 100 4E 37
Octal 143 64 346 71 115 0 12 400 116 67
Binary 1100011 110100 11100110 111001 1001101 0 1010 100000000 1001110 110111

Color Harmonies of #6334E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6334E6

Black with #6334E6

Text Example


Text Example

White with #6334E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6334E6; }

 p { color: rgb(99,52,230); }

 H1.HeaderClassName
 {
   color: #6334E6;
 }
 .AnyTagClassName
 {
   color: #6334E6;
 }
</style>

background-color css

<style>
 a { background-color: #6334E6; }

 a { background-color: rgb(99,52,230); }

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

border-color css

<style>
 span { border-color: #6334E6; }

 span { border-color: rgb(99,52,230); }

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