Html Css Color HEX #6630ED Han Purple

📋 copy color: '#6630ED'

red 102 ◦ green 48 ◦ blue 237

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

Shades of Han Purple #6630ED

Tints of Han Purple #6630ED

RGB

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

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

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

R = 26.36%
G = 12.4%
B = 61.24%

CMYK

 C value IS 0.57

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6630ED (or 0x6630ED) is known color: Han Purple. HEX triplet: 66, 30 and ED. RGB value is (102,48,237). Sum of RGB (Red+Green+Blue) = 102+48+237=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 48 (19.14% from 255 or 12.40% from 387); Blue value is 237 (92.97% from 255 or 61.24% from 387); Max value from RGB is 237 - color contains mainly: blue. Hex color #6630ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6630ED is #99CF12. Grayscale: #545454. Windows color (decimal): -10080019 or 15544422. OLE color: 15544422.

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

Color convert

RGB 102 48 237 -
CMYK 0.57 0.80 0 0.07
HSL 257.14º 0.84% 0.56% -
HSV(B) 257.14º 0.8% 0.93% -
XYZ 21.82 11.05 81.1 -
YUV 85.69 213.39 139.63 -
System Red Green Blue C M Y K H S L
Decimal 102 48 237 0.57 0.80 0 0.07 257.14 0.84 0.56
Hex 66 30 ED 39 50 0 7 101 54 38
Octal 146 60 355 71 120 0 7 401 124 70
Binary 1100110 110000 11101101 111001 1010000 0 111 100000001 1010100 111000

Color Harmonies of #6630ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6630ED

Black with #6630ED

Text Example


Text Example

White with #6630ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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