Html Css Color HEX #6B31DD Purple Heart

📋 copy color: '#6B31DD'

red 107 ◦ green 49 ◦ blue 221

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

Shades of Purple Heart #6B31DD

Tints of Purple Heart #6B31DD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13%

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

R = 28.38%
G = 13%
B = 58.62%

CMYK

 C value IS 0.52

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6B31DD (or 0x6B31DD) is known color: Purple Heart. HEX triplet: 6B, 31 and DD. RGB value is (107,49,221). Sum of RGB (Red+Green+Blue) = 107+49+221=377 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.38% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B31DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B31DD is #94CE22. Grayscale: #555555. Windows color (decimal): -9752099 or 14496107. OLE color: 14496107.

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

Color convert

RGB 107 49 221 -
CMYK 0.52 0.78 0 0.13
HSL 260.23º 0.72% 0.53% -
HSV(B) 260.23º 0.78% 0.87% -
XYZ 20.21 10.54 69.38 -
YUV 85.95 204.22 143.01 -
System Red Green Blue C M Y K H S L
Decimal 107 49 221 0.52 0.78 0 0.13 260.23 0.72 0.53
Hex 6B 31 DD 34 4E 0 D 104 48 35
Octal 153 61 335 64 116 0 15 404 110 65
Binary 1101011 110001 11011101 110100 1001110 0 1101 100000100 1001000 110101

Color Harmonies of #6B31DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B31DD

Black with #6B31DD

Text Example


Text Example

White with #6B31DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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