Html Css Color HEX #6B3ACD Purple Heart

📋 copy color: '#6B3ACD'

red 107 ◦ green 58 ◦ blue 205

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

Shades of Purple Heart #6B3ACD

Tints of Purple Heart #6B3ACD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.68%

 BLUE value IS 205 (80.47% from 255) = 55.41%

R = 28.92%
G = 15.68%
B = 55.41%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6B3ACD (or 0x6B3ACD) is known color: Purple Heart. HEX triplet: 6B, 3A and CD. RGB value is (107,58,205). Sum of RGB (Red+Green+Blue) = 107+58+205=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 58 (23.05% from 255 or 15.68% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B3ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3ACD is #94C532. Grayscale: #585858. Windows color (decimal): -9749811 or 13449835. OLE color: 13449835.

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

Color convert

RGB 107 58 205 -
CMYK 0.48 0.72 0 0.20
HSL 260º 0.6% 0.52% -
HSV(B) 260º 0.72% 0.8% -
XYZ 18.6 10.56 58.82 -
YUV 89.41 193.23 140.55 -
System Red Green Blue C M Y K H S L
Decimal 107 58 205 0.48 0.72 0 0.20 260 0.6 0.52
Hex 6B 3A CD 30 48 0 14 104 3C 34
Octal 153 72 315 60 110 0 24 404 74 64
Binary 1101011 111010 11001101 110000 1001000 0 10100 100000100 111100 110100

Color Harmonies of #6B3ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3ACD

Black with #6B3ACD

Text Example


Text Example

White with #6B3ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,58,205); }

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

background-color css

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

 a { background-color: rgb(107,58,205); }

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

border-color css

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

 span { border-color: rgb(107,58,205); }

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