Html Css Color HEX #6730DB Purple Heart

📋 copy color: '#6730DB'

red 103 ◦ green 48 ◦ blue 219

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

Shades of Purple Heart #6730DB

Tints of Purple Heart #6730DB

RGB

 RED value IS 103 (40.63% from 255) = 27.84%

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

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

R = 27.84%
G = 12.97%
B = 59.19%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6730DB (or 0x6730DB) is known color: Purple Heart. HEX triplet: 67, 30 and DB. RGB value is (103,48,219). Sum of RGB (Red+Green+Blue) = 103+48+219=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #6730DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6730DB is #98CF24. Grayscale: #535353. Windows color (decimal): -10014501 or 14364775. OLE color: 14364775.

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

Color convert

RGB 103 48 219 -
CMYK 0.53 0.78 0 0.14
HSL 259.3º 0.7% 0.52% -
HSV(B) 259.3º 0.78% 0.86% -
XYZ 19.44 10.11 67.95 -
YUV 83.94 204.22 141.6 -
System Red Green Blue C M Y K H S L
Decimal 103 48 219 0.53 0.78 0 0.14 259.3 0.7 0.52
Hex 67 30 DB 35 4E 0 E 103 46 34
Octal 147 60 333 65 116 0 16 403 106 64
Binary 1100111 110000 11011011 110101 1001110 0 1110 100000011 1000110 110100

Color Harmonies of #6730DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6730DB

Black with #6730DB

Text Example


Text Example

White with #6730DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,48,219); }

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

background-color css

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

 a { background-color: rgb(103,48,219); }

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

border-color css

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

 span { border-color: rgb(103,48,219); }

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