Html Css Color HEX #6630EA Han Purple

📋 copy color: '#6630EA'

red 102 ◦ green 48 ◦ blue 234

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

Shades of Han Purple #6630EA

Tints of Han Purple #6630EA

RGB

 RED value IS 102 (40.23% from 255) = 26.56%

 GREEN value IS 48 (19.14% from 255) = 12.5%

 BLUE value IS 234 (91.8% from 255) = 60.94%

R = 26.56%
G = 12.5%
B = 60.94%

CMYK

 C value IS 0.56

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6630EA (or 0x6630EA) is known color: Han Purple. HEX triplet: 66, 30 and EA. RGB value is (102,48,234). Sum of RGB (Red+Green+Blue) = 102+48+234=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #6630EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6630EA is #99CF15. Grayscale: #545454. Windows color (decimal): -10080022 or 15347814. OLE color: 15347814.

HSL color Cylindrical-coordinate representation of color #6630EA: hue angle of 257.42º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6630EA is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 48 234 -
CMYK 0.56 0.79 0 0.08
HSL 257.42º 0.82% 0.55% -
HSV(B) 257.42º 0.79% 0.92% -
XYZ 21.39 10.88 78.81 -
YUV 85.35 211.89 139.88 -
System Red Green Blue C M Y K H S L
Decimal 102 48 234 0.56 0.79 0 0.08 257.42 0.82 0.55
Hex 66 30 EA 38 4F 0 8 101 52 37
Octal 146 60 352 70 117 0 10 401 122 67
Binary 1100110 110000 11101010 111000 1001111 0 1000 100000001 1010010 110111

Color Harmonies of #6630EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6630EA

Black with #6630EA

Text Example


Text Example

White with #6630EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6630EA; }

 p { color: rgb(102,48,234); }

 H1.HeaderClassName
 {
   color: #6630EA;
 }
 .AnyTagClassName
 {
   color: #6630EA;
 }
</style>

background-color css

<style>
 a { background-color: #6630EA; }

 a { background-color: rgb(102,48,234); }

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

border-color css

<style>
 span { border-color: #6630EA; }

 span { border-color: rgb(102,48,234); }

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