Html Css Color HEX #6C46BC Purple Heart

📋 copy color: '#6C46BC'

red 108 ◦ green 70 ◦ blue 188

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

Shades of Purple Heart #6C46BC

Tints of Purple Heart #6C46BC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.13%

 BLUE value IS 188 (73.83% from 255) = 51.37%

R = 29.51%
G = 19.13%
B = 51.37%

CMYK

 C value IS 0.43

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6C46BC (or 0x6C46BC) is known color: Purple Heart. HEX triplet: 6C, 46 and BC. RGB value is (108,70,188). Sum of RGB (Red+Green+Blue) = 108+70+188=366 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.51% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C46BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C46BC is #93B943. Grayscale: #5E5E5E. Windows color (decimal): -9681220 or 12338796. OLE color: 12338796.

HSL color Cylindrical-coordinate representation of color #6C46BC: hue angle of 259.32º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C46BC is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 108 70 188 -
CMYK 0.43 0.63 0 0.26
HSL 259.32º 0.47% 0.51% -
HSV(B) 259.32º 0.63% 0.74% -
XYZ 17.45 11.2 48.82 -
YUV 94.81 180.59 137.41 -
System Red Green Blue C M Y K H S L
Decimal 108 70 188 0.43 0.63 0 0.26 259.32 0.47 0.51
Hex 6C 46 BC 2B 3F 0 1A 103 2F 33
Octal 154 106 274 53 77 0 32 403 57 63
Binary 1101100 1000110 10111100 101011 111111 0 11010 100000011 101111 110011

Color Harmonies of #6C46BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C46BC

Black with #6C46BC

Text Example


Text Example

White with #6C46BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,70,188); }

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

background-color css

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

 a { background-color: rgb(108,70,188); }

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

border-color css

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

 span { border-color: rgb(108,70,188); }

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