Html Css Color HEX #6C3ADA Purple Heart

📋 copy color: '#6C3ADA'

red 108 ◦ green 58 ◦ blue 218

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

Shades of Purple Heart #6C3ADA

Tints of Purple Heart #6C3ADA

RGB

 RED value IS 108 (42.58% from 255) = 28.13%

 GREEN value IS 58 (23.05% from 255) = 15.1%

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

R = 28.13%
G = 15.1%
B = 56.77%

CMYK

 C value IS 0.50

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6C3ADA (or 0x6C3ADA) is known color: Purple Heart. HEX triplet: 6C, 3A and DA. RGB value is (108,58,218). Sum of RGB (Red+Green+Blue) = 108+58+218=384 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.12% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 218 (85.55% from 255 or 56.77% from 384); Max value from RGB is 218 - color contains mainly: blue. Hex color #6C3ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C3ADA is #93C525. Grayscale: #5A5A5A. Windows color (decimal): -9684262 or 14301804. OLE color: 14301804.

HSL color Cylindrical-coordinate representation of color #6C3ADA: hue angle of 258.75º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C3ADA is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 108 58 218 -
CMYK 0.50 0.73 0 0.15
HSL 258.75º 0.68% 0.54% -
HSV(B) 258.75º 0.73% 0.85% -
XYZ 20.35 11.28 67.43 -
YUV 91.19 199.57 139.99 -
System Red Green Blue C M Y K H S L
Decimal 108 58 218 0.50 0.73 0 0.15 258.75 0.68 0.54
Hex 6C 3A DA 32 49 0 F 103 44 36
Octal 154 72 332 62 111 0 17 403 104 66
Binary 1101100 111010 11011010 110010 1001001 0 1111 100000011 1000100 110110

Color Harmonies of #6C3ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3ADA

Black with #6C3ADA

Text Example


Text Example

White with #6C3ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C3ADA; }

 p { color: rgb(108,58,218); }

 H1.HeaderClassName
 {
   color: #6C3ADA;
 }
 .AnyTagClassName
 {
   color: #6C3ADA;
 }
</style>

background-color css

<style>
 a { background-color: #6C3ADA; }

 a { background-color: rgb(108,58,218); }

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

border-color css

<style>
 span { border-color: #6C3ADA; }

 span { border-color: rgb(108,58,218); }

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