Html Css Color HEX #6334ED Han Purple

📋 copy color: '#6334ED'

red 99 ◦ green 52 ◦ blue 237

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

Shades of Han Purple #6334ED

Tints of Han Purple #6334ED

RGB

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

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

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

R = 25.52%
G = 13.4%
B = 61.08%

CMYK

 C value IS 0.58

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6334ED (or 0x6334ED) is known color: Han Purple. HEX triplet: 63, 34 and ED. RGB value is (99,52,237). Sum of RGB (Red+Green+Blue) = 99+52+237=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 52 (20.70% from 255 or 13.40% from 388); Blue value is 237 (92.97% from 255 or 61.08% from 388); Max value from RGB is 237 - color contains mainly: blue. Hex color #6334ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6334ED is #9CCB12. Grayscale: #565656. Windows color (decimal): -10275603 or 15545443. OLE color: 15545443.

HSL color Cylindrical-coordinate representation of color #6334ED: hue angle of 255.24º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6334ED is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 99 52 237 -
CMYK 0.58 0.78 0 0.07
HSL 255.24º 0.84% 0.57% -
HSV(B) 255.24º 0.78% 0.93% -
XYZ 21.66 11.22 81.15 -
YUV 87.14 212.57 136.46 -
System Red Green Blue C M Y K H S L
Decimal 99 52 237 0.58 0.78 0 0.07 255.24 0.84 0.57
Hex 63 34 ED 3A 4E 0 7 FF 54 39
Octal 143 64 355 72 116 0 7 377 124 71
Binary 1100011 110100 11101101 111010 1001110 0 111 11111111 1010100 111001

Color Harmonies of #6334ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6334ED

Black with #6334ED

Text Example


Text Example

White with #6334ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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