Html Css Color HEX #6232EE Han Purple

📋 copy color: '#6232EE'

red 98 ◦ green 50 ◦ blue 238

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

Shades of Han Purple #6232EE

Tints of Han Purple #6232EE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.95%

 BLUE value IS 238 (93.36% from 255) = 61.66%

R = 25.39%
G = 12.95%
B = 61.66%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6232EE (or 0x6232EE) is known color: Han Purple. HEX triplet: 62, 32 and EE. RGB value is (98,50,238). Sum of RGB (Red+Green+Blue) = 98+50+238=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 238 (93.36% from 255 or 61.66% from 386); Max value from RGB is 238 - color contains mainly: blue. Hex color #6232EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6232EE is #9DCD11. Grayscale: #555555. Windows color (decimal): -10341650 or 15610466. OLE color: 15610466.

HSL color Cylindrical-coordinate representation of color #6232EE: hue angle of 255.32º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6232EE is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 98 50 238 -
CMYK 0.59 0.79 0 0.07
HSL 255.32º 0.85% 0.56% -
HSV(B) 255.32º 0.79% 0.93% -
XYZ 21.61 11.05 81.88 -
YUV 85.78 213.9 136.71 -
System Red Green Blue C M Y K H S L
Decimal 98 50 238 0.59 0.79 0 0.07 255.32 0.85 0.56
Hex 62 32 EE 3B 4F 0 7 FF 55 38
Octal 142 62 356 73 117 0 7 377 125 70
Binary 1100010 110010 11101110 111011 1001111 0 111 11111111 1010101 111000

Color Harmonies of #6232EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6232EE

Black with #6232EE

Text Example


Text Example

White with #6232EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6232EE; }

 p { color: rgb(98,50,238); }

 H1.HeaderClassName
 {
   color: #6232EE;
 }
 .AnyTagClassName
 {
   color: #6232EE;
 }
</style>

background-color css

<style>
 a { background-color: #6232EE; }

 a { background-color: rgb(98,50,238); }

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

border-color css

<style>
 span { border-color: #6232EE; }

 span { border-color: rgb(98,50,238); }

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