Html Css Color HEX #6B35BA Purple Heart

📋 copy color: '#6B35BA'

red 107 ◦ green 53 ◦ blue 186

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

Shades of Purple Heart #6B35BA

Tints of Purple Heart #6B35BA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.32%

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

R = 30.92%
G = 15.32%
B = 53.76%

CMYK

 C value IS 0.42

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6B35BA (or 0x6B35BA) is known color: Purple Heart. HEX triplet: 6B, 35 and BA. RGB value is (107,53,186). Sum of RGB (Red+Green+Blue) = 107+53+186=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B35BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B35BA is #94CA45. Grayscale: #535353. Windows color (decimal): -9751110 or 12203371. OLE color: 12203371.

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

Color convert

RGB 107 53 186 -
CMYK 0.42 0.72 0 0.27
HSL 264.36º 0.56% 0.47% -
HSV(B) 264.36º 0.72% 0.73% -
XYZ 16.2 9.22 47.38 -
YUV 84.31 185.39 144.19 -
System Red Green Blue C M Y K H S L
Decimal 107 53 186 0.42 0.72 0 0.27 264.36 0.56 0.47
Hex 6B 35 BA 2A 48 0 1B 108 38 2F
Octal 153 65 272 52 110 0 33 410 70 57
Binary 1101011 110101 10111010 101010 1001000 0 11011 100001000 111000 101111

Color Harmonies of #6B35BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B35BA

Black with #6B35BA

Text Example


Text Example

White with #6B35BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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