Html Css Color HEX #6B45C1 Purple Heart

📋 copy color: '#6B45C1'

red 107 ◦ green 69 ◦ blue 193

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

Shades of Purple Heart #6B45C1

Tints of Purple Heart #6B45C1

RGB

 RED value IS 107 (42.19% from 255) = 29%

 GREEN value IS 69 (27.34% from 255) = 18.7%

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

R = 29%
G = 18.7%
B = 52.3%

CMYK

 C value IS 0.45

 M value IS 0.64

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6B45C1 (or 0x6B45C1) is known color: Purple Heart. HEX triplet: 6B, 45 and C1. RGB value is (107,69,193). Sum of RGB (Red+Green+Blue) = 107+69+193=369 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.00% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 193 (75.78% from 255 or 52.30% from 369); Max value from RGB is 193 - color contains mainly: blue. Hex color #6B45C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B45C1 is #94BA3E. Grayscale: #5E5E5E. Windows color (decimal): -9747007 or 12666219. OLE color: 12666219.

HSL color Cylindrical-coordinate representation of color #6B45C1: hue angle of 258.39º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B45C1 is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 107 69 193 -
CMYK 0.45 0.64 0 0.24
HSL 258.39º 0.5% 0.51% -
HSV(B) 258.39º 0.64% 0.76% -
XYZ 17.82 11.23 51.68 -
YUV 94.5 183.59 136.92 -
System Red Green Blue C M Y K H S L
Decimal 107 69 193 0.45 0.64 0 0.24 258.39 0.5 0.51
Hex 6B 45 C1 2D 40 0 18 102 32 33
Octal 153 105 301 55 100 0 30 402 62 63
Binary 1101011 1000101 11000001 101101 1000000 0 11000 100000010 110010 110011

Color Harmonies of #6B45C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B45C1

Black with #6B45C1

Text Example


Text Example

White with #6B45C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,69,193); }

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

background-color css

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

 a { background-color: rgb(107,69,193); }

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

border-color css

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

 span { border-color: rgb(107,69,193); }

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