Html Css Color HEX #6B13DC Purple Heart

📋 copy color: '#6B13DC'

red 107 ◦ green 19 ◦ blue 220

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

Shades of Purple Heart #6B13DC

Tints of Purple Heart #6B13DC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.49%

 BLUE value IS 220 (86.33% from 255) = 63.58%

R = 30.92%
G = 5.49%
B = 63.58%

CMYK

 C value IS 0.51

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6B13DC (or 0x6B13DC) is known color: Purple Heart. HEX triplet: 6B, 13 and DC. RGB value is (107,19,220). Sum of RGB (Red+Green+Blue) = 107+19+220=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B13DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B13DC is #94EC23. Grayscale: #434343. Windows color (decimal): -9759780 or 14422891. OLE color: 14422891.

HSL color Cylindrical-coordinate representation of color #6B13DC: hue angle of 266.27º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B13DC is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 19 220 -
CMYK 0.51 0.91 0 0.14
HSL 266.27º 0.84% 0.47% -
HSV(B) 266.27º 0.91% 0.86% -
XYZ 19.21 8.76 68.39 -
YUV 68.23 213.65 155.66 -
System Red Green Blue C M Y K H S L
Decimal 107 19 220 0.51 0.91 0 0.14 266.27 0.84 0.47
Hex 6B 13 DC 33 5B 0 E 10A 54 2F
Octal 153 23 334 63 133 0 16 412 124 57
Binary 1101011 10011 11011100 110011 1011011 0 1110 100001010 1010100 101111

Color Harmonies of #6B13DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B13DC

Black with #6B13DC

Text Example


Text Example

White with #6B13DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,19,220); }

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

background-color css

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

 a { background-color: rgb(107,19,220); }

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

border-color css

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

 span { border-color: rgb(107,19,220); }

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