Html Css Color HEX #6B2DDD Purple Heart

📋 copy color: '#6B2DDD'

red 107 ◦ green 45 ◦ blue 221

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

Shades of Purple Heart #6B2DDD

Tints of Purple Heart #6B2DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.25%

R = 28.69%
G = 12.06%
B = 59.25%

CMYK

 C value IS 0.52

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6B2DDD (or 0x6B2DDD) is known color: Purple Heart. HEX triplet: 6B, 2D and DD. RGB value is (107,45,221). Sum of RGB (Red+Green+Blue) = 107+45+221=373 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.69% from 373); Green value is 45 (17.97% from 255 or 12.06% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B2DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B2DDD is #94D222. Grayscale: #525252. Windows color (decimal): -9753123 or 14495083. OLE color: 14495083.

HSL color Cylindrical-coordinate representation of color #6B2DDD: hue angle of 261.14º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B2DDD is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 45 221 -
CMYK 0.52 0.80 0 0.13
HSL 261.14º 0.72% 0.52% -
HSV(B) 261.14º 0.8% 0.87% -
XYZ 20.05 10.22 69.32 -
YUV 83.6 205.54 144.69 -
System Red Green Blue C M Y K H S L
Decimal 107 45 221 0.52 0.80 0 0.13 261.14 0.72 0.52
Hex 6B 2D DD 34 50 0 D 105 48 34
Octal 153 55 335 64 120 0 15 405 110 64
Binary 1101011 101101 11011101 110100 1010000 0 1101 100000101 1001000 110100

Color Harmonies of #6B2DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2DDD

Black with #6B2DDD

Text Example


Text Example

White with #6B2DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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