Html Css Color HEX #6B30BD Purple Heart

📋 copy color: '#6B30BD'

red 107 ◦ green 48 ◦ blue 189

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

Shades of Purple Heart #6B30BD

Tints of Purple Heart #6B30BD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.95%

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

R = 31.1%
G = 13.95%
B = 54.94%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6B30BD (or 0x6B30BD) is known color: Purple Heart. HEX triplet: 6B, 30 and BD. RGB value is (107,48,189). Sum of RGB (Red+Green+Blue) = 107+48+189=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #6B30BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B30BD is #94CF42. Grayscale: #515151. Windows color (decimal): -9752387 or 12398699. OLE color: 12398699.

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

Color convert

RGB 107 48 189 -
CMYK 0.43 0.75 0 0.26
HSL 265.11º 0.59% 0.46% -
HSV(B) 265.11º 0.75% 0.74% -
XYZ 16.31 8.91 49.01 -
YUV 81.72 188.55 146.04 -
System Red Green Blue C M Y K H S L
Decimal 107 48 189 0.43 0.75 0 0.26 265.11 0.59 0.46
Hex 6B 30 BD 2B 4B 0 1A 109 3B 2E
Octal 153 60 275 53 113 0 32 411 73 56
Binary 1101011 110000 10111101 101011 1001011 0 11010 100001001 111011 101110

Color Harmonies of #6B30BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B30BD

Black with #6B30BD

Text Example


Text Example

White with #6B30BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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