Html Css Color HEX #6613DB Purple Heart

📋 copy color: '#6613DB'

red 102 ◦ green 19 ◦ blue 219

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

Shades of Purple Heart #6613DB

Tints of Purple Heart #6613DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.41%

R = 30%
G = 5.59%
B = 64.41%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6613DB (or 0x6613DB) is known color: Purple Heart. HEX triplet: 66, 13 and DB. RGB value is (102,19,219). Sum of RGB (Red+Green+Blue) = 102+19+219=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #6613DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6613DB is #99EC24. Grayscale: #414141. Windows color (decimal): -10087461 or 14357350. OLE color: 14357350.

HSL color Cylindrical-coordinate representation of color #6613DB: hue angle of 264.9º 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 #6613DB is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 19 219 -
CMYK 0.53 0.91 0 0.14
HSL 264.9º 0.84% 0.47% -
HSV(B) 264.9º 0.91% 0.86% -
XYZ 18.5 8.4 67.67 -
YUV 66.62 214 153.24 -
System Red Green Blue C M Y K H S L
Decimal 102 19 219 0.53 0.91 0 0.14 264.9 0.84 0.47
Hex 66 13 DB 35 5B 0 E 109 54 2F
Octal 146 23 333 65 133 0 16 411 124 57
Binary 1100110 10011 11011011 110101 1011011 0 1110 100001001 1010100 101111

Color Harmonies of #6613DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6613DB

Black with #6613DB

Text Example


Text Example

White with #6613DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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