Html Css Color HEX #6B2DDA Purple Heart

📋 copy color: '#6B2DDA'

red 107 ◦ green 45 ◦ blue 218

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

Shades of Purple Heart #6B2DDA

Tints of Purple Heart #6B2DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 58.92%

R = 28.92%
G = 12.16%
B = 58.92%

CMYK

 C value IS 0.51

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6B2DDA (or 0x6B2DDA) is known color: Purple Heart. HEX triplet: 6B, 2D and DA. RGB value is (107,45,218). Sum of RGB (Red+Green+Blue) = 107+45+218=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 218 (85.55% from 255 or 58.92% from 370); Max value from RGB is 218 - color contains mainly: blue. Hex color #6B2DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B2DDA is #94D225. Grayscale: #525252. Windows color (decimal): -9753126 or 14298475. OLE color: 14298475.

HSL color Cylindrical-coordinate representation of color #6B2DDA: hue angle of 261.5º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B2DDA is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 107 45 218 -
CMYK 0.51 0.79 0 0.15
HSL 261.5º 0.7% 0.52% -
HSV(B) 261.5º 0.79% 0.85% -
XYZ 19.66 10.06 67.24 -
YUV 83.26 204.04 144.93 -
System Red Green Blue C M Y K H S L
Decimal 107 45 218 0.51 0.79 0 0.15 261.5 0.7 0.52
Hex 6B 2D DA 33 4F 0 F 106 46 34
Octal 153 55 332 63 117 0 17 406 106 64
Binary 1101011 101101 11011010 110011 1001111 0 1111 100000110 1000110 110100

Color Harmonies of #6B2DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2DDA

Black with #6B2DDA

Text Example


Text Example

White with #6B2DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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