Html Css Color HEX #6700B6 Purple Heart

📋 copy color: '#6700B6'

red 103 ◦ green 0 ◦ blue 182

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

Shades of Purple Heart #6700B6

Tints of Purple Heart #6700B6

RGB

 RED value IS 103 (40.63% from 255) = 36.14%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 182 (71.48% from 255) = 63.86%

R = 36.14%
G = 0%
B = 63.86%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6700B6 (or 0x6700B6) is known color: Purple Heart. HEX triplet: 67, 00 and B6. RGB value is (103,0,182). Sum of RGB (Red+Green+Blue) = 103+0+182=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 182 (71.48% from 255 or 63.86% from 285); Max value from RGB is 182 - color contains mainly: blue. Hex color #6700B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6700B6 is #98FF49. Grayscale: #323232. Windows color (decimal): -10026826 or 11927655. OLE color: 11927655.

HSL color Cylindrical-coordinate representation of color #6700B6: hue angle of 273.96º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6700B6 is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 103 0 182 -
CMYK 0.43 1 0 0.29
HSL 273.96º 1% 0.36% -
HSV(B) 273.96º 1% 0.71% -
XYZ 14.04 6.26 44.72 -
YUV 51.55 201.62 164.7 -
System Red Green Blue C M Y K H S L
Decimal 103 0 182 0.43 1 0 0.29 273.96 1 0.36
Hex 67 0 B6 2B 64 0 1D 112 64 24
Octal 147 0 266 53 144 0 35 422 144 44
Binary 1100111 0 10110110 101011 1100100 0 11101 100010010 1100100 100100

Color Harmonies of #6700B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6700B6

Black with #6700B6

Text Example


Text Example

White with #6700B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6700B6; }

 p { color: rgb(103,0,182); }

 H1.HeaderClassName
 {
   color: #6700B6;
 }
 .AnyTagClassName
 {
   color: #6700B6;
 }
</style>

background-color css

<style>
 a { background-color: #6700B6; }

 a { background-color: rgb(103,0,182); }

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

border-color css

<style>
 span { border-color: #6700B6; }

 span { border-color: rgb(103,0,182); }

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