Html Css Color HEX #6C21BF Purple Heart

📋 copy color: '#6C21BF'

red 108 ◦ green 33 ◦ blue 191

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

Shades of Purple Heart #6C21BF

Tints of Purple Heart #6C21BF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.94%

 BLUE value IS 191 (75% from 255) = 57.53%

R = 32.53%
G = 9.94%
B = 57.53%

CMYK

 C value IS 0.43

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6C21BF (or 0x6C21BF) is known color: Purple Heart. HEX triplet: 6C, 21 and BF. RGB value is (108,33,191). Sum of RGB (Red+Green+Blue) = 108+33+191=332 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.53% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C21BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C21BF is #93DE40. Grayscale: #484848. Windows color (decimal): -9690689 or 12525932. OLE color: 12525932.

HSL color Cylindrical-coordinate representation of color #6C21BF: hue angle of 268.48º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6C21BF is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 108 33 191 -
CMYK 0.43 0.83 0 0.25
HSL 268.48º 0.71% 0.44% -
HSV(B) 268.48º 0.83% 0.75% -
XYZ 16.13 8.04 49.99 -
YUV 73.44 194.35 152.65 -
System Red Green Blue C M Y K H S L
Decimal 108 33 191 0.43 0.83 0 0.25 268.48 0.71 0.44
Hex 6C 21 BF 2B 53 0 19 10C 47 2C
Octal 154 41 277 53 123 0 31 414 107 54
Binary 1101100 100001 10111111 101011 1010011 0 11001 100001100 1000111 101100

Color Harmonies of #6C21BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C21BF

Black with #6C21BF

Text Example


Text Example

White with #6C21BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,33,191); }

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

background-color css

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

 a { background-color: rgb(108,33,191); }

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

border-color css

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

 span { border-color: rgb(108,33,191); }

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