Html Css Color HEX #67016B Purple

📋 copy color: '#67016B'

red 103 ◦ green 1 ◦ blue 107

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

Shades of Purple #67016B

Tints of Purple #67016B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 107 (42.19% from 255) = 50.71%

R = 48.82%
G = 0.47%
B = 50.71%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#67016B (or 0x67016B) is known color: Purple. HEX triplet: 67, 01 and 6B. RGB value is (103,1,107). Sum of RGB (Red+Green+Blue) = 103+1+107=211 (27% of max value = 765). Red value is 103 (40.62% from 255 or 48.82% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #67016B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67016B is #98FE94. Grayscale: #2B2B2B. Windows color (decimal): -10026645 or 7012711. OLE color: 7012711.

HSL color Cylindrical-coordinate representation of color #67016B: hue angle of 297.74º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #67016B is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 103 1 107 -
CMYK 0.04 0.99 0 0.58
HSL 297.74º 0.98% 0.21% -
HSV(B) 297.74º 0.99% 0.42% -
XYZ 8.26 3.97 14.24 -
YUV 43.58 163.79 170.38 -
System Red Green Blue C M Y K H S L
Decimal 103 1 107 0.04 0.99 0 0.58 297.74 0.98 0.21
Hex 67 1 6B 4 63 0 3A 12A 62 15
Octal 147 1 153 4 143 0 72 452 142 25
Binary 1100111 1 1101011 100 1100011 0 111010 100101010 1100010 10101

Color Harmonies of #67016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67016B

Black with #67016B

Text Example


Text Example

White with #67016B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67016B; }

 p { color: rgb(103,1,107); }

 H1.HeaderClassName
 {
   color: #67016B;
 }
 .AnyTagClassName
 {
   color: #67016B;
 }
</style>

background-color css

<style>
 a { background-color: #67016B; }

 a { background-color: rgb(103,1,107); }

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

border-color css

<style>
 span { border-color: #67016B; }

 span { border-color: rgb(103,1,107); }

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