Html Css Color HEX #6B3BCF Purple Heart

📋 copy color: '#6B3BCF'

red 107 ◦ green 59 ◦ blue 207

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

Shades of Purple Heart #6B3BCF

Tints of Purple Heart #6B3BCF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.82%

 BLUE value IS 207 (81.25% from 255) = 55.5%

R = 28.69%
G = 15.82%
B = 55.5%

CMYK

 C value IS 0.48

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B3BCF (or 0x6B3BCF) is known color: Purple Heart. HEX triplet: 6B, 3B and CF. RGB value is (107,59,207). Sum of RGB (Red+Green+Blue) = 107+59+207=373 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.69% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B3BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3BCF is #94C430. Grayscale: #595959. Windows color (decimal): -9749553 or 13581163. OLE color: 13581163.

HSL color Cylindrical-coordinate representation of color #6B3BCF: hue angle of 259.46º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B3BCF is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 59 207 -
CMYK 0.48 0.71 0 0.19
HSL 259.46º 0.61% 0.52% -
HSV(B) 259.46º 0.71% 0.81% -
XYZ 18.89 10.76 60.11 -
YUV 90.22 193.9 139.97 -
System Red Green Blue C M Y K H S L
Decimal 107 59 207 0.48 0.71 0 0.19 259.46 0.61 0.52
Hex 6B 3B CF 30 47 0 13 103 3D 34
Octal 153 73 317 60 107 0 23 403 75 64
Binary 1101011 111011 11001111 110000 1000111 0 10011 100000011 111101 110100

Color Harmonies of #6B3BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3BCF

Black with #6B3BCF

Text Example


Text Example

White with #6B3BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,59,207); }

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

background-color css

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

 a { background-color: rgb(107,59,207); }

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

border-color css

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

 span { border-color: rgb(107,59,207); }

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