Html Css Color HEX #672BCA Purple Heart

📋 copy color: '#672BCA'

red 103 ◦ green 43 ◦ blue 202

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

Shades of Purple Heart #672BCA

Tints of Purple Heart #672BCA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.36%

 BLUE value IS 202 (79.3% from 255) = 58.05%

R = 29.6%
G = 12.36%
B = 58.05%

CMYK

 C value IS 0.49

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#672BCA (or 0x672BCA) is known color: Purple Heart. HEX triplet: 67, 2B and CA. RGB value is (103,43,202). Sum of RGB (Red+Green+Blue) = 103+43+202=348 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.60% from 348); Green value is 43 (17.19% from 255 or 12.36% from 348); Blue value is 202 (79.30% from 255 or 58.05% from 348); Max value from RGB is 202 - color contains mainly: blue. Hex color #672BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672BCA is #98D435. Grayscale: #4E4E4E. Windows color (decimal): -10015798 or 13249383. OLE color: 13249383.

HSL color Cylindrical-coordinate representation of color #672BCA: hue angle of 262.64º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #672BCA is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 103 43 202 -
CMYK 0.49 0.79 0 0.21
HSL 262.64º 0.65% 0.48% -
HSV(B) 262.64º 0.79% 0.79% -
XYZ 17.12 8.88 56.69 -
YUV 79.07 197.38 145.07 -
System Red Green Blue C M Y K H S L
Decimal 103 43 202 0.49 0.79 0 0.21 262.64 0.65 0.48
Hex 67 2B CA 31 4F 0 15 107 41 30
Octal 147 53 312 61 117 0 25 407 101 60
Binary 1100111 101011 11001010 110001 1001111 0 10101 100000111 1000001 110000

Color Harmonies of #672BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672BCA

Black with #672BCA

Text Example


Text Example

White with #672BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672BCA; }

 p { color: rgb(103,43,202); }

 H1.HeaderClassName
 {
   color: #672BCA;
 }
 .AnyTagClassName
 {
   color: #672BCA;
 }
</style>

background-color css

<style>
 a { background-color: #672BCA; }

 a { background-color: rgb(103,43,202); }

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

border-color css

<style>
 span { border-color: #672BCA; }

 span { border-color: rgb(103,43,202); }

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