Html Css Color HEX #6630EB Han Purple

📋 copy color: '#6630EB'

red 102 ◦ green 48 ◦ blue 235

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

Shades of Han Purple #6630EB

Tints of Han Purple #6630EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 61.04%

R = 26.49%
G = 12.47%
B = 61.04%

CMYK

 C value IS 0.57

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6630EB (or 0x6630EB) is known color: Han Purple. HEX triplet: 66, 30 and EB. RGB value is (102,48,235). Sum of RGB (Red+Green+Blue) = 102+48+235=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 235 (92.19% from 255 or 61.04% from 385); Max value from RGB is 235 - color contains mainly: blue. Hex color #6630EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6630EB is #99CF14. Grayscale: #545454. Windows color (decimal): -10080021 or 15413350. OLE color: 15413350.

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

Color convert

RGB 102 48 235 -
CMYK 0.57 0.80 0 0.08
HSL 257.33º 0.82% 0.55% -
HSV(B) 257.33º 0.8% 0.92% -
XYZ 21.53 10.94 79.57 -
YUV 85.46 212.39 139.79 -
System Red Green Blue C M Y K H S L
Decimal 102 48 235 0.57 0.80 0 0.08 257.33 0.82 0.55
Hex 66 30 EB 39 50 0 8 101 52 37
Octal 146 60 353 71 120 0 10 401 122 67
Binary 1100110 110000 11101011 111001 1010000 0 1000 100000001 1010010 110111

Color Harmonies of #6630EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6630EB

Black with #6630EB

Text Example


Text Example

White with #6630EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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