Html Css Color HEX #6B3DBA Purple Heart

📋 copy color: '#6B3DBA'

red 107 ◦ green 61 ◦ blue 186

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

Shades of Purple Heart #6B3DBA

Tints of Purple Heart #6B3DBA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.23%

 BLUE value IS 186 (73.05% from 255) = 52.54%

R = 30.23%
G = 17.23%
B = 52.54%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6B3DBA (or 0x6B3DBA) is known color: Purple Heart. HEX triplet: 6B, 3D and BA. RGB value is (107,61,186). Sum of RGB (Red+Green+Blue) = 107+61+186=354 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.23% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B3DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3DBA is #94C245. Grayscale: #585858. Windows color (decimal): -9749062 or 12205419. OLE color: 12205419.

HSL color Cylindrical-coordinate representation of color #6B3DBA: hue angle of 262.08º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B3DBA is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 107 61 186 -
CMYK 0.42 0.67 0 0.27
HSL 262.08º 0.51% 0.48% -
HSV(B) 262.08º 0.67% 0.73% -
XYZ 16.6 10.01 47.51 -
YUV 89 182.74 140.84 -
System Red Green Blue C M Y K H S L
Decimal 107 61 186 0.42 0.67 0 0.27 262.08 0.51 0.48
Hex 6B 3D BA 2A 43 0 1B 106 33 30
Octal 153 75 272 52 103 0 33 406 63 60
Binary 1101011 111101 10111010 101010 1000011 0 11011 100000110 110011 110000

Color Harmonies of #6B3DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3DBA

Black with #6B3DBA

Text Example


Text Example

White with #6B3DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,61,186); }

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

background-color css

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

 a { background-color: rgb(107,61,186); }

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

border-color css

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

 span { border-color: rgb(107,61,186); }

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