Html Css Color HEX #6C28C1 Purple Heart

📋 copy color: '#6C28C1'

red 108 ◦ green 40 ◦ blue 193

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

Shades of Purple Heart #6C28C1

Tints of Purple Heart #6C28C1

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.73%

 BLUE value IS 193 (75.78% from 255) = 56.6%

R = 31.67%
G = 11.73%
B = 56.6%

CMYK

 C value IS 0.44

 M value IS 0.79

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6C28C1 (or 0x6C28C1) is known color: Purple Heart. HEX triplet: 6C, 28 and C1. RGB value is (108,40,193). Sum of RGB (Red+Green+Blue) = 108+40+193=341 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.67% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 193 (75.78% from 255 or 56.60% from 341); Max value from RGB is 193 - color contains mainly: blue. Hex color #6C28C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C28C1 is #93D73E. Grayscale: #4D4D4D. Windows color (decimal): -9688895 or 12658796. OLE color: 12658796.

HSL color Cylindrical-coordinate representation of color #6C28C1: hue angle of 266.67º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6C28C1 is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 108 40 193 -
CMYK 0.44 0.79 0 0.24
HSL 266.67º 0.66% 0.46% -
HSV(B) 266.67º 0.79% 0.76% -
XYZ 16.57 8.56 51.23 -
YUV 77.77 193.03 149.56 -
System Red Green Blue C M Y K H S L
Decimal 108 40 193 0.44 0.79 0 0.24 266.67 0.66 0.46
Hex 6C 28 C1 2C 4F 0 18 10B 42 2E
Octal 154 50 301 54 117 0 30 413 102 56
Binary 1101100 101000 11000001 101100 1001111 0 11000 100001011 1000010 101110

Color Harmonies of #6C28C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C28C1

Black with #6C28C1

Text Example


Text Example

White with #6C28C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,40,193); }

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

background-color css

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

 a { background-color: rgb(108,40,193); }

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

border-color css

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

 span { border-color: rgb(108,40,193); }

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