Html Css Color HEX #6630DC Purple Heart

📋 copy color: '#6630DC'

red 102 ◦ green 48 ◦ blue 220

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

Shades of Purple Heart #6630DC

Tints of Purple Heart #6630DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.46%

R = 27.57%
G = 12.97%
B = 59.46%

CMYK

 C value IS 0.54

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6630DC (or 0x6630DC) is known color: Purple Heart. HEX triplet: 66, 30 and DC. RGB value is (102,48,220). Sum of RGB (Red+Green+Blue) = 102+48+220=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #6630DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6630DC is #99CF23. Grayscale: #535353. Windows color (decimal): -10080036 or 14430310. OLE color: 14430310.

HSL color Cylindrical-coordinate representation of color #6630DC: hue angle of 258.84º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6630DC is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 48 220 -
CMYK 0.54 0.78 0 0.14
HSL 258.84º 0.71% 0.53% -
HSV(B) 258.84º 0.78% 0.86% -
XYZ 19.45 10.11 68.64 -
YUV 83.75 204.89 141.01 -
System Red Green Blue C M Y K H S L
Decimal 102 48 220 0.54 0.78 0 0.14 258.84 0.71 0.53
Hex 66 30 DC 36 4E 0 E 103 47 35
Octal 146 60 334 66 116 0 16 403 107 65
Binary 1100110 110000 11011100 110110 1001110 0 1110 100000011 1000111 110101

Color Harmonies of #6630DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6630DC

Black with #6630DC

Text Example


Text Example

White with #6630DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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