Html Css Color HEX #6818DA Purple Heart

📋 copy color: '#6818DA'

red 104 ◦ green 24 ◦ blue 218

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

Shades of Purple Heart #6818DA

Tints of Purple Heart #6818DA

RGB

 RED value IS 104 (41.02% from 255) = 30.06%

 GREEN value IS 24 (9.77% from 255) = 6.94%

 BLUE value IS 218 (85.55% from 255) = 63.01%

R = 30.06%
G = 6.94%
B = 63.01%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6818DA (or 0x6818DA) is known color: Purple Heart. HEX triplet: 68, 18 and DA. RGB value is (104,24,218). Sum of RGB (Red+Green+Blue) = 104+24+218=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #6818DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6818DA is #97E725. Grayscale: #454545. Windows color (decimal): -9955110 or 14293096. OLE color: 14293096.

HSL color Cylindrical-coordinate representation of color #6818DA: hue angle of 264.74º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6818DA is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 24 218 -
CMYK 0.52 0.89 0 0.15
HSL 264.74º 0.8% 0.47% -
HSV(B) 264.74º 0.89% 0.85% -
XYZ 18.69 8.66 67.02 -
YUV 70.04 211.5 152.23 -
System Red Green Blue C M Y K H S L
Decimal 104 24 218 0.52 0.89 0 0.15 264.74 0.8 0.47
Hex 68 18 DA 34 59 0 F 109 50 2F
Octal 150 30 332 64 131 0 17 411 120 57
Binary 1101000 11000 11011010 110100 1011001 0 1111 100001001 1010000 101111

Color Harmonies of #6818DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6818DA

Black with #6818DA

Text Example


Text Example

White with #6818DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6818DA; }

 p { color: rgb(104,24,218); }

 H1.HeaderClassName
 {
   color: #6818DA;
 }
 .AnyTagClassName
 {
   color: #6818DA;
 }
</style>

background-color css

<style>
 a { background-color: #6818DA; }

 a { background-color: rgb(104,24,218); }

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

border-color css

<style>
 span { border-color: #6818DA; }

 span { border-color: rgb(104,24,218); }

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