Html Css Color HEX #6B36BD Purple Heart

📋 copy color: '#6B36BD'

red 107 ◦ green 54 ◦ blue 189

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

Shades of Purple Heart #6B36BD

Tints of Purple Heart #6B36BD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.43%

 BLUE value IS 189 (74.22% from 255) = 54%

R = 30.57%
G = 15.43%
B = 54%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6B36BD (or 0x6B36BD) is known color: Purple Heart. HEX triplet: 6B, 36 and BD. RGB value is (107,54,189). Sum of RGB (Red+Green+Blue) = 107+54+189=350 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.57% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #6B36BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B36BD is #94C942. Grayscale: #545454. Windows color (decimal): -9750851 or 12400235. OLE color: 12400235.

HSL color Cylindrical-coordinate representation of color #6B36BD: hue angle of 263.56º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B36BD is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 107 54 189 -
CMYK 0.43 0.71 0 0.26
HSL 263.56º 0.56% 0.48% -
HSV(B) 263.56º 0.71% 0.74% -
XYZ 16.57 9.44 49.09 -
YUV 85.24 186.56 143.52 -
System Red Green Blue C M Y K H S L
Decimal 107 54 189 0.43 0.71 0 0.26 263.56 0.56 0.48
Hex 6B 36 BD 2B 47 0 1A 108 38 30
Octal 153 66 275 53 107 0 32 410 70 60
Binary 1101011 110110 10111101 101011 1000111 0 11010 100001000 111000 110000

Color Harmonies of #6B36BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B36BD

Black with #6B36BD

Text Example


Text Example

White with #6B36BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,54,189); }

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

background-color css

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

 a { background-color: rgb(107,54,189); }

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

border-color css

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

 span { border-color: rgb(107,54,189); }

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