Html Css Color HEX #6816C4 Purple Heart

📋 copy color: '#6816C4'

red 104 ◦ green 22 ◦ blue 196

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

Shades of Purple Heart #6816C4

Tints of Purple Heart #6816C4

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.83%

 BLUE value IS 196 (76.95% from 255) = 60.87%

R = 32.3%
G = 6.83%
B = 60.87%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#6816C4 (or 0x6816C4) is known color: Purple Heart. HEX triplet: 68, 16 and C4. RGB value is (104,22,196). Sum of RGB (Red+Green+Blue) = 104+22+196=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 196 (76.95% from 255 or 60.87% from 322); Max value from RGB is 196 - color contains mainly: blue. Hex color #6816C4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6816C4 is #97E93B. Grayscale: #414141. Windows color (decimal): -9955644 or 12850792. OLE color: 12850792.

HSL color Cylindrical-coordinate representation of color #6816C4: hue angle of 268.28º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6816C4 is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 104 22 196 -
CMYK 0.47 0.89 0 0.23
HSL 268.28º 0.8% 0.43% -
HSV(B) 268.28º 0.89% 0.77% -
XYZ 15.96 7.5 52.83 -
YUV 66.35 201.17 154.85 -
System Red Green Blue C M Y K H S L
Decimal 104 22 196 0.47 0.89 0 0.23 268.28 0.8 0.43
Hex 68 16 C4 2F 59 0 17 10C 50 2B
Octal 150 26 304 57 131 0 27 414 120 53
Binary 1101000 10110 11000100 101111 1011001 0 10111 100001100 1010000 101011

Color Harmonies of #6816C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6816C4

Black with #6816C4

Text Example


Text Example

White with #6816C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6816C4; }

 p { color: rgb(104,22,196); }

 H1.HeaderClassName
 {
   color: #6816C4;
 }
 .AnyTagClassName
 {
   color: #6816C4;
 }
</style>

background-color css

<style>
 a { background-color: #6816C4; }

 a { background-color: rgb(104,22,196); }

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

border-color css

<style>
 span { border-color: #6816C4; }

 span { border-color: rgb(104,22,196); }

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