Html Css Color HEX #6613DC Purple Heart

📋 copy color: '#6613DC'

red 102 ◦ green 19 ◦ blue 220

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

Shades of Purple Heart #6613DC

Tints of Purple Heart #6613DC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.57%

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

R = 29.91%
G = 5.57%
B = 64.52%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6613DC (or 0x6613DC) is known color: Purple Heart. HEX triplet: 66, 13 and DC. RGB value is (102,19,220). Sum of RGB (Red+Green+Blue) = 102+19+220=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #6613DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6613DC is #99EC23. Grayscale: #424242. Windows color (decimal): -10087460 or 14422886. OLE color: 14422886.

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

Color convert

RGB 102 19 220 -
CMYK 0.54 0.91 0 0.14
HSL 264.78º 0.84% 0.47% -
HSV(B) 264.78º 0.91% 0.86% -
XYZ 18.63 8.46 68.36 -
YUV 66.73 214.5 153.16 -
System Red Green Blue C M Y K H S L
Decimal 102 19 220 0.54 0.91 0 0.14 264.78 0.84 0.47
Hex 66 13 DC 36 5B 0 E 109 54 2F
Octal 146 23 334 66 133 0 16 411 124 57
Binary 1100110 10011 11011100 110110 1011011 0 1110 100001001 1010100 101111

Color Harmonies of #6613DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6613DC

Black with #6613DC

Text Example


Text Example

White with #6613DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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