Html Css Color HEX #67027B Purple

📋 copy color: '#67027B'

red 103 ◦ green 2 ◦ blue 123

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

Shades of Purple #67027B

Tints of Purple #67027B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

 BLUE value IS 123 (48.44% from 255) = 53.95%

R = 45.18%
G = 0.88%
B = 53.95%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#67027B (or 0x67027B) is known color: Purple. HEX triplet: 67, 02 and 7B. RGB value is (103,2,123). Sum of RGB (Red+Green+Blue) = 103+2+123=228 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.18% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #67027B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67027B is #98FD84. Grayscale: #2D2D2D. Windows color (decimal): -10026373 or 8061543. OLE color: 8061543.

HSL color Cylindrical-coordinate representation of color #67027B: hue angle of 290.08º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #67027B is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 103 2 123 -
CMYK 0.16 0.98 0 0.52
HSL 290.08º 0.97% 0.25% -
HSV(B) 290.08º 0.98% 0.48% -
XYZ 9.19 4.36 19.1 -
YUV 45.99 171.46 168.66 -
System Red Green Blue C M Y K H S L
Decimal 103 2 123 0.16 0.98 0 0.52 290.08 0.97 0.25
Hex 67 2 7B 10 62 0 34 122 61 19
Octal 147 2 173 20 142 0 64 442 141 31
Binary 1100111 10 1111011 10000 1100010 0 110100 100100010 1100001 11001

Color Harmonies of #67027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67027B

Black with #67027B

Text Example


Text Example

White with #67027B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,2,123); }

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

background-color css

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

 a { background-color: rgb(103,2,123); }

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

border-color css

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

 span { border-color: rgb(103,2,123); }

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