Html Css Color HEX #6730DC Purple Heart

📋 copy color: '#6730DC'

red 103 ◦ green 48 ◦ blue 220

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

Shades of Purple Heart #6730DC

Tints of Purple Heart #6730DC

RGB

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

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

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

R = 27.76%
G = 12.94%
B = 59.3%

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

#6730DC (or 0x6730DC) is known color: Purple Heart. HEX triplet: 67, 30 and DC. RGB value is (103,48,220). Sum of RGB (Red+Green+Blue) = 103+48+220=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #6730DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6730DC is #98CF23. Grayscale: #535353. Windows color (decimal): -10014500 or 14430311. OLE color: 14430311.

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

Color convert

RGB 103 48 220 -
CMYK 0.53 0.78 0 0.14
HSL 259.19º 0.71% 0.53% -
HSV(B) 259.19º 0.78% 0.86% -
XYZ 19.57 10.16 68.64 -
YUV 84.05 204.72 141.51 -
System Red Green Blue C M Y K H S L
Decimal 103 48 220 0.53 0.78 0 0.14 259.19 0.71 0.53
Hex 67 30 DC 35 4E 0 E 103 47 35
Octal 147 60 334 65 116 0 16 403 107 65
Binary 1100111 110000 11011100 110101 1001110 0 1110 100000011 1000111 110101

Color Harmonies of #6730DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6730DC

Black with #6730DC

Text Example


Text Example

White with #6730DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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