Html Css Color HEX #6B3FBB Purple Heart

📋 copy color: '#6B3FBB'

red 107 ◦ green 63 ◦ blue 187

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

Shades of Purple Heart #6B3FBB

Tints of Purple Heart #6B3FBB

RGB

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

 GREEN value IS 63 (25% from 255) = 17.65%

 BLUE value IS 187 (73.44% from 255) = 52.38%

R = 29.97%
G = 17.65%
B = 52.38%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6B3FBB (or 0x6B3FBB) is known color: Purple Heart. HEX triplet: 6B, 3F and BB. RGB value is (107,63,187). Sum of RGB (Red+Green+Blue) = 107+63+187=357 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.97% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #6B3FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3FBB is #94C044. Grayscale: #595959. Windows color (decimal): -9748549 or 12271467. OLE color: 12271467.

HSL color Cylindrical-coordinate representation of color #6B3FBB: hue angle of 261.29º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B3FBB is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 107 63 187 -
CMYK 0.43 0.66 0 0.27
HSL 261.29º 0.5% 0.49% -
HSV(B) 261.29º 0.66% 0.73% -
XYZ 16.81 10.27 48.11 -
YUV 90.29 182.58 139.92 -
System Red Green Blue C M Y K H S L
Decimal 107 63 187 0.43 0.66 0 0.27 261.29 0.5 0.49
Hex 6B 3F BB 2B 42 0 1B 105 32 31
Octal 153 77 273 53 102 0 33 405 62 61
Binary 1101011 111111 10111011 101011 1000010 0 11011 100000101 110010 110001

Color Harmonies of #6B3FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3FBB

Black with #6B3FBB

Text Example


Text Example

White with #6B3FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,63,187); }

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

background-color css

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

 a { background-color: rgb(107,63,187); }

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

border-color css

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

 span { border-color: rgb(107,63,187); }

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