Html Css Color HEX #6633D0 Purple Heart

📋 copy color: '#6633D0'

red 102 ◦ green 51 ◦ blue 208

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

Shades of Purple Heart #6633D0

Tints of Purple Heart #6633D0

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.13%

 BLUE value IS 208 (81.64% from 255) = 57.62%

R = 28.25%
G = 14.13%
B = 57.62%

CMYK

 C value IS 0.51

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6633D0 (or 0x6633D0) is known color: Purple Heart. HEX triplet: 66, 33 and D0. RGB value is (102,51,208). Sum of RGB (Red+Green+Blue) = 102+51+208=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 208 (81.64% from 255 or 57.62% from 361); Max value from RGB is 208 - color contains mainly: blue. Hex color #6633D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6633D0 is #99CC2F. Grayscale: #535353. Windows color (decimal): -10079280 or 13644646. OLE color: 13644646.

HSL color Cylindrical-coordinate representation of color #6633D0: hue angle of 259.49º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6633D0 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 102 51 208 -
CMYK 0.51 0.75 0 0.18
HSL 259.49º 0.63% 0.51% -
HSV(B) 259.49º 0.75% 0.82% -
XYZ 18.05 9.75 60.6 -
YUV 84.15 197.9 140.73 -
System Red Green Blue C M Y K H S L
Decimal 102 51 208 0.51 0.75 0 0.18 259.49 0.63 0.51
Hex 66 33 D0 33 4B 0 12 103 3F 33
Octal 146 63 320 63 113 0 22 403 77 63
Binary 1100110 110011 11010000 110011 1001011 0 10010 100000011 111111 110011

Color Harmonies of #6633D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6633D0

Black with #6633D0

Text Example


Text Example

White with #6633D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6633D0; }

 p { color: rgb(102,51,208); }

 H1.HeaderClassName
 {
   color: #6633D0;
 }
 .AnyTagClassName
 {
   color: #6633D0;
 }
</style>

background-color css

<style>
 a { background-color: #6633D0; }

 a { background-color: rgb(102,51,208); }

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

border-color css

<style>
 span { border-color: #6633D0; }

 span { border-color: rgb(102,51,208); }

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