Html Css Color HEX #6B2DB5 Purple Heart

📋 copy color: '#6B2DB5'

red 107 ◦ green 45 ◦ blue 181

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

Shades of Purple Heart #6B2DB5

Tints of Purple Heart #6B2DB5

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.51%

 BLUE value IS 181 (71.09% from 255) = 54.35%

R = 32.13%
G = 13.51%
B = 54.35%

CMYK

 C value IS 0.41

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6B2DB5 (or 0x6B2DB5) is known color: Purple Heart. HEX triplet: 6B, 2D and B5. RGB value is (107,45,181). Sum of RGB (Red+Green+Blue) = 107+45+181=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 181 (71.09% from 255 or 54.35% from 333); Max value from RGB is 181 - color contains mainly: blue. Hex color #6B2DB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B2DB5 is #94D24A. Grayscale: #4E4E4E. Windows color (decimal): -9753163 or 11873643. OLE color: 11873643.

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

Color convert

RGB 107 45 181 -
CMYK 0.41 0.75 0 0.29
HSL 267.35º 0.6% 0.44% -
HSV(B) 267.35º 0.75% 0.71% -
XYZ 15.34 8.34 44.52 -
YUV 79.04 185.54 147.94 -
System Red Green Blue C M Y K H S L
Decimal 107 45 181 0.41 0.75 0 0.29 267.35 0.6 0.44
Hex 6B 2D B5 29 4B 0 1D 10B 3C 2C
Octal 153 55 265 51 113 0 35 413 74 54
Binary 1101011 101101 10110101 101001 1001011 0 11101 100001011 111100 101100

Color Harmonies of #6B2DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2DB5

Black with #6B2DB5

Text Example


Text Example

White with #6B2DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,45,181); }

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

background-color css

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

 a { background-color: rgb(107,45,181); }

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

border-color css

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

 span { border-color: rgb(107,45,181); }

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