Html Css Color HEX #6034ED Han Purple

📋 copy color: '#6034ED'

red 96 ◦ green 52 ◦ blue 237

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

Shades of Han Purple #6034ED

Tints of Han Purple #6034ED

RGB

 RED value IS 96 (37.89% from 255) = 24.94%

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

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

R = 24.94%
G = 13.51%
B = 61.56%

CMYK

 C value IS 0.59

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6034ED (or 0x6034ED) is known color: Han Purple. HEX triplet: 60, 34 and ED. RGB value is (96,52,237). Sum of RGB (Red+Green+Blue) = 96+52+237=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #6034ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6034ED is #9FCB12. Grayscale: #555555. Windows color (decimal): -10472211 or 15545440. OLE color: 15545440.

HSL color Cylindrical-coordinate representation of color #6034ED: hue angle of 254.27º 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 #6034ED is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 52 237 -
CMYK 0.59 0.78 0 0.07
HSL 254.27º 0.84% 0.57% -
HSV(B) 254.27º 0.78% 0.93% -
XYZ 21.34 11.06 81.13 -
YUV 86.25 213.08 134.96 -
System Red Green Blue C M Y K H S L
Decimal 96 52 237 0.59 0.78 0 0.07 254.27 0.84 0.57
Hex 60 34 ED 3B 4E 0 7 FE 54 39
Octal 140 64 355 73 116 0 7 376 124 71
Binary 1100000 110100 11101101 111011 1001110 0 111 11111110 1010100 111001

Color Harmonies of #6034ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6034ED

Black with #6034ED

Text Example


Text Example

White with #6034ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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